PHP Classes

File: readme.txt

Recommend this page to a friend!
  Classes of sarmad Mahar   MySQLi sample test   readme.txt   Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: Read me
Class: MySQLi sample test
Execute MySQL queries using MySQLi extension
Author: By
Last change:
Date: 14 years ago
Size: 661 bytes
 

Contents

Class file image Download
Author: Sarmad mahar Email: sarmad.mahar@gmail.com , sarmad.mahar@hotmail.com , sarmad.mahar@yahoo.com Description: This class is developed to use mysqli class Features: - Implementation of mysqli class - Sent email to admin if any query goes wrong without knowing vistors - Track querry errors Step 1: Open db.inc.php Change value of blow Variables var $host="localhost"; var $user="root"; var $pass=""; var $db="DATA_BASE_NAME"; var $adminEmail="sarmadmahar@gmail.com"; Step 2: test.php change blow query "select your table I have articles table on my localhost" $result=$db->Executequery("select * from articless");