Hi all,
I'm trying to set up an "add your own" option on my site, to allow people to add their own comments/posts to a page. Like a forum structure, but much much simpler. The visitor will fill in a form, which will then add to the page when submitted.
I know I'd need a database (I'm using MySQL) and plan on using PHP to gather and display information
What I'm looking for is a rough idea of the kind of table I need to set up, and the PHP code I need to link the form to the database, and the database to the page
Apologies if I make little sense. 😕
Any help appreciated
Lailah