-
Jay posted an update in the group
Web Developers 4 months agoRetrieve Data From a MySQL Database – PHP MySQL TutorialUsing PHP you can run a MySQL SELECT query to fetch the data out of the database.
You have several options in fetching information from MySQL. PHP provide several
functions for this. The first one is mysql_fetch_array()which
fetch a result row as an associative array, a numeric array, or both.