5 useful PHP functions for MySQL data fetching
PHP usually comes with mysql extension mysql (mysql_... functions) which is rather low-level and requires writing too much code for a trivial tasks: error-checked execution of SQL queries, getting single row from SQL table, getting value from SQL table cell, etc. OOP mysqli extension isn't any better. In this article we present 5 useful functions which greatly simplify majority of real-life MySQL operations.
Visit publisher site: 5 useful PHP functions for MySQL data fetchingListing Details
- Filed in:
-
Scripts / PHP / Tutorials & Tips / Database-Related
- Submitted on:
- Last Updated:
- Mar 30, 2007
- Publisher:
- AnyExample Other listings by this publisher
License & Pricing Information
LICENSE #1
- License Type:
- Other
- Price:
- $0.00 USD
- Additional Info:
- No restrictions (open source: copy, modify, redistribute, commercial use allowed) except re-publishing code in other articles.
User Reviews
Be the first to review this listing!Not yet reviewed by any member.... You can be the FIRST one to write a review for 5 useful PHP functions for MySQL data fetching