Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Comment Form Submit and view?

Participant ,
Dec 17, 2009 Dec 17, 2009

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

TOPICS
Server side applications
632
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Participant , Jan 06, 2010 Jan 06, 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.

Translate
Participant ,
Jan 06, 2010 Jan 06, 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.!!!!!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jan 06, 2010 Jan 06, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jan 06, 2010 Jan 06, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jan 06, 2010 Jan 06, 2010

What I would recommend is emptying your database table, deleting recordsets (on that page of course), and deleting all insert record behaviors. Then go and recreate the recordset, the insert record behaviors and try testing it again. That usually solves a lot of my problems. Somewhere you are getting code that is not functioning properly.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jan 07, 2010 Jan 07, 2010
LATEST

I tried that but I still cannot insert a dynamic table I even opened up the file directly but also I made a mistake it says dynamic table.js failed to launch properly.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines