Jump to content

Comment BOx


pranshu82202

Recommended Posts

By procedure (of course not the code )... i mean .... what steps shuld i take to add a comment box..

Either i store all the comments in my databse...

Or their is something in html itself.....

 

I'm not really sure what you're looking for, but to add a comments box you could:

[*]Create an HTML form with a textarea tag for the comments box and a submit button

[*]When the form is submitted, you can use PHP to process the form and store the data however you want

 

You could store the comments in a database, text file, send via e-mail...

Link to comment
https://forums.phpfreaks.com/topic/241874-comment-box/#findComment-1242174
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.