Text only
|
Text with Images
Seo Forum
Coding & Programming => PHP Forum => Topic started by: davidhodges on 11-15-2013, 00:33:35
Title:
The result set of MYSQL using PHP
Post by:
davidhodges
on
11-15-2013, 00:33:35
how many ways we can retrieve the data in the result set of MYSQL using PHP?
Title:
Re: The result set of MYSQL using PHP
Post by:
Luca tall
on
01-04-2014, 02:37:25
We can retrieve the data by 4 ways
1. mysql_fetch_row
2. mysql_fetch_array
3. mysql_fetch_object and
4. mysql_fetch_assoc
Text only
|
Text with Images