how owuld you creat a comments form like the one on this website (its at the bottom ) http://www.superherohype.com/news/topnews.php?id=7327 ive searched on google for tutorials on forms but i cant seem to be gettnig any where. thanks in advance.
What did your search turn up? How far did you get? What did you get stuck on? Here is the search that I did and the results seem quite promising. If you need further help with any part of a tutorial, I and i am sure others will be happy to help.
i got stuck on the cgi part that i kept finding? thanks for the advice il have a look at the link you found now. thanks
Hello everyone. . .The form at the page you posted originally is pretty much by php via Wordpress. You can learn more about @ wordpress.org if u want. Forget about the CGI: Just use php/MYSQL or any other database you may have. More help ? pm me
That statement makes no sense. PHP is a form of CGI/SSI - really depending on the installation. If it's installed as a apache module, it's an SSI, if it's installed under IIS or as a standalone, it's a CGI since information is passed via the "Common Gateway Interface" - Saying ignore the CGI means not to use php either (or only use php as an apache module - which is splitting hairs) Really, the terms are interchangeable, the difference to the end user or even the programmer being exactly none. As to the problem at hand - hang on, I just wrote a new version of my php e-mail wrapper. It has no anti-spam additions like captchas, but is a good starting point. Lemme clean it up and I'll post it up here.