If you like SEOmastering Forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...

 

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


If you like SEOmastering Forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...