Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() ![]() |
Reputation | Support forum (2) | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
![]() ![]() | Total: 2,645 This week: 1 | All time: 1,443 This week: 174![]() |
Version | License | PHP version | Categories | |||
dhruv-mysql 1.0.0 | Artistic License | 4.0 | Databases |
Description | Author | ||||||||||||||||||||||
This class can run MySQL queries defined from parameter values. Recommendations How to find package ? |
|
This class was developed by Dhruv Jain aka Hack Archives You may use this freely unles this notice remains intact Author Website: http://hackarchives.org Script is commented for easy usage Some examples here: 1.Running Queries $query = $db->exec("YOUR QUERY HERE"); 2.Selecting rows $result = $db->select("*","users","username='dhruv'","LIMIT 10"); 3.Show number of rows $num = $db->num_rows($result); 4.Fetch Array $fet = $db->fetch_array($result); YOu can perform many Mysql functions using this class.All major functions have been included.Please read through comments for better usage Regards, Dhruv Jain http://hackarchives.org |
![]() |
File | Role | Description |
---|---|---|
![]() |
Class | The main class file |
![]() ![]() |
Doc. | A Small Documentation |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | User Comments (2) | |||||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.