How we can retrieve the data in PHP from MySQL
There are following method to retrive data from database in php
1. mysql_fetch_row –
2. mysql_fetch_array-
3. mysql_fetch_object-
4. mysql_fetch_assoc-
How we can retrieve the data in PHP from MySQL
There are following method to retrive data from database in php
1. mysql_fetch_row –
2. mysql_fetch_array-
3. mysql_fetch_object-
4. mysql_fetch_assoc-