mrdee 1 Report post Posted September 10, 2009 (edited) Hello,I was wondering if anyone could point me into the right direction.I have a very good program to make web forms (Called Simfatic Forms), however, I have now developed a form, and I would like to display the data visitors have entered into the form nicely formatted (probably in a table) on my website.Since I am not very fluent in PHP programming I am looking for a program (preferably freeware) which would help me achieve that.It does not have to be anything very complicated, as the database table only contains 3 fields, and I only want to display 2 of those per record.But, as I said, it is a bit too difficult for me to write such a script myself.Any suggestions from anyone?I will be very grateful for any useful advice. Edited September 10, 2009 by mrdee (see edit history) Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted September 10, 2009 What does the table look like? Can you post the Schema for the database, please. Share this post Link to post Share on other sites
mrdee 1 Report post Posted September 10, 2009 (edited) Hi Jim,OK then, it is:VisitorsIP String 50Name String 50Email String 60Message BigText 500As you can see, I made a small mistake, the table does not contain 3, but 4 fields.I only intend to display name and message.Hope that is the information you are after.Thanks. Edited September 10, 2009 by mrdee (see edit history) Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted September 17, 2009 finally getting a chance to return to this Topic. Pardon the delay. Life happens.So the Form is getting posted to a Database already and you simply need the code to retrieve it and print the table? Share this post Link to post Share on other sites
mrdee 1 Report post Posted September 30, 2009 Yes, jim,that is indeed the issue.By the way, life does indeed happen, have taken some time to come back to this topic too.In the mean time I received your PM with all the nedded things which I will check out in a minute.In the mean time, thank you ever so much for your help. Share this post Link to post Share on other sites