Computer Science, asked by jainmanthan453, 3 months ago

how we can retrieve data from database​

Answers

Answered by sam09072008
2

Data can be fetched from MySQL tables by executing SQL SELECT statement through PHP function mysql_query. You have several options to fetch data from MySQL. The most frequently used option is to use function mysql_fetch_array().

Hope it's helpful

Similar questions