1.

In How Many Ways We Can Retrieve The Data In The Result Set Of Mysql Using Php?

Answer»

You can do it by 4 WAYS

  1. mysql_fetch_row.
  2. mysql_fetch_array
  3. mysql_fetch_object
  4. mysql_fetch_assoc

You can do it by 4 Ways



Discussion

No Comment Found