Recommend this page to a friend! |
Download .zip |
Info | View files (3) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2010-04-05 (6 years ago) | Not enough user ratings | Total: 541 | All time: 5,288 This week: 1,068 |
Version | License | PHP version | Categories | |||
mysqli-sample-test 1 | GNU General Publi... | 5.0 | PHP 5, Databases |
Description | Author | ||||||||
This is a simple class that can be used to execute MySQL queries using MySQLi extension. |
|
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 |
File | Role | Description |
---|---|---|
db.inc.php | Class | Database class |
readme.txt | Doc. | Read me |
test.php | Example | mysqli class implementation |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Comments (1) | |||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.