HI,
In how many ways we can retrieve the data in the result set of MySQL using PHP?
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Arjun PanwarPosted Jan 12, 2012, 5:00 PM
Thanks for reply
Satyapriya NayakPosted Jan 12, 2012, 12:51 PM
We can do it by 4 Ways
1. mysql_fetch_row.
2. mysql_fetch_array
3. mysql_fetch_object
4. mysql_fetch_assoc
Thanks