[thelist] PHP_SELF / Contact Form

Jens Brueckmann jens.brueckmann at gmail.com
Thu Jul 29 14:39:37 CDT 2010


> I did that but it just outputs the content of  contact.php file without processing the form.

Davoud, that is no wonder as the method you specify in your
method-attribute is "get" while your processing script is waiting for
POST-variables.
Either change your script variables to $_GET['XXX'] or your method to "post"


-- 
Jens Brueckmann
http://www.yalf.de


More information about the thelist mailing list