The result set of MYSQL using PHP

Started by davidhodges, 11-15-2013, 00:33:35

Previous topic - Next topic

davidhodgesTopic starter

how many ways we can retrieve the data in the result set of MYSQL using PHP?
  •  


Luca tall

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