my.bookmarks
my daily saved bookmarks & microblog, links and resources

  • 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. (full story)




    08:14:28 am on July 21, 2008 | # |
    Tags: , , ,

     

Leave a Comment