Copy link to clipboard
Copied
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
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.
Copy link to clipboard
Copied
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.!!!!!
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
i also get an error message when trying to make a dynamic table because it says that dynamic table.
htm did not execute successfully.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now