PHP Classes

File: readme.txt

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

Contents

Class file image Download
Author: Sarmad mahar Email: [email protected] , [email protected] , [email protected] 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="[email protected]"; Step 2: test.php change blow query "select your table I have articles table on my localhost" $result=$db->Executequery("select * from articless");