Jump to content

comment box


runnerjp

Recommended Posts

//Connect to database

 

//Script for unposting comment additions if(isset($_POST['submit']))

  //Code for inserting database entry.

 

//Query existing comments and order asc

  //Loop through the comments and store them to $existingComments

 

//HTML BEGIN

 

//Form for the comment box item

//Echo $existingComments

 

//HTML END

 

Let me know if this helps. Or do you need specific code help?

 

Link to comment
https://forums.phpfreaks.com/topic/104843-comment-box/#findComment-536636
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.