PHP Classes

MySQLi sample test: Execute MySQL queries using MySQLi extension

Recommend this page to a friend!
  Info   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 543 All time: 5,550 This week: 313Up
Version License PHP version Categories
mysqli-sample-test 1GNU General Publi...5.0PHP 5, Databases
Description 

Author

This is a simple class that can be used to execute MySQL queries using MySQLi extension.

It can establish a connection to a given MySQL server.

The class can also execute a given SQL query and return the query results handle.

If an error occurs, the class can send an e-mail message to the e-mail address of an administrator.

Picture of sarmad Mahar
  Performance   Level  
Name: sarmad Mahar <contact>
Classes: 1 package by
Country: Pakistan Pakistan
Age: 40
All time rank: 317840 in Pakistan Pakistan
Week rank: 441 Up6 in Pakistan Pakistan Up

Details

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");

  Files folder image Files  
File Role Description
Plain text file db.inc.php Class Database class
Accessible without login Plain text file readme.txt Doc. Read me
Accessible without login Plain text file test.php Example mysqli class implementation

 Version Control Unique User Downloads Download Rankings  
 0%
Total:543
This week:0
All time:5,550
This week:313Up
User Comments (1)
This is great, simple but great
13 years ago (Vermaas)
77%StarStarStarStar