Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

DevShed:
Implementing Additional Methods with mysqli and PHP 5
Jul 10, 2006 @ 12:22:54

DevShed has posted part three of their popular "using mysqli in PHP5" series today, this time, they focus on increasing the functionality of the code they started last time with other mysqli methods.

I must say that the "mysqli" extension offers an impressive set of features, which can be implemented right from the very beginning. However, and speaking of its cool features, in the next few lines, I'm going to show you a few more. Over the course of this last tutorial, I'll be covering some other methods and properties, mainly aimed at finding the IDs after inserting new rows, and obtaining information about specific table fields.

They touch on the fetch_array, data_seek, fetch_assoc, fetch_field, and fetch_seek functions, giving examples and other assicated properties along the way.

tagged: mysqli mysql additional methods php5 tutorial mysqli mysql additional methods php5 tutorial

Link:


Trending Topics: