I am extracting data from a MySQL Database of which one of the data stored is seperated by a comma. For example, step1,go here,step 2,go there,step 3,go back etc etc. I want to know how to split the data at the comma and format it in html. Using the split
Comment on this Question and Answer >>>
ASK A QUESTION
More mysql PHP Questions
What is difference between mysql_fetch_array and mysql_fetch_object?How do I limit the number of rows returned?
What is the correct way to connect to a MySQL database?
How do I return a random row from the database?
how to write sessions in php code?
