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
How do I set a default value for ENUM fields in PHP?My website www.quicheandpie.com has navigation buttons which were added by going to admin/categorylist and adding a category. I can add category = navigation buttons and update them, but I can not delete them. Any ideas how I can find where the info
How do I order the results of my query?
What is difference between mysql_fetch_array and mysql_fetch_object?
How do I delete a row from a table?
