Skip to main content
Known Participant
December 18, 2009
Answered

Comment Form Submit and view?

  • December 18, 2009
  • 5 replies
  • 637 views

I need help getting this script to work. I can submit a comment but when I go back to the comment page It does not display. Also in my table in my database it will show the comment but it will also create 5-7 blank entry rows? Any help at all would be appreciated.

Here is where I got my script.

http://www.zimmertech.com/tutorials/php/25/comment-form-script-tutorial.php

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer cwhazzoo

I am going to assume you are using php mysql.

To get your information to display on another page all you need to do is click on the data tab next to php and spry, choose dynamic table, select the recordset you want to display, and just like magic it will display all the records from your recordset.

5 replies

Known Participant
January 6, 2010

I do not need to use the script I provided I am willing to use an entirely new script but i ma

inly just want to be able to let users add data to a database and then I want to be able to show it to them.

!!!!!Also ignore my original question details and follow these.!!!!!

cwhazzooCorrect answer
Inspiring
January 6, 2010

I am going to assume you are using php mysql.

To get your information to display on another page all you need to do is click on the data tab next to php and spry, choose dynamic table, select the recordset you want to display, and just like magic it will display all the records from your recordset.

Known Participant
January 6, 2010

i also get an error message when trying to make a dynamic table because it says that dynamic table.

htm did not execute successfully.