[thelist] PHP_SELF / Contact Form

Jack Timmons codeacula at codeacula.com
Thu Jul 29 11:08:18 CDT 2010


On Thu, Jul 29, 2010 at 9:58 AM, DAVOUD TOHIDY <dtohidy at hotmail.com> wrote:
> <snip> Spam </snip>
> here it is the html:
> <form name="mycontactForm"  action="<?php $_SERVER['PHP_SELF']?>" method="get">

You need to first echo the variable.

Second, you need to look the live HTML and see what the action is. If
it's valid, it could be a number of things. If it isn't valid, then
fix your form up.

-- 
Jack Timmons
@_Codeacula


More information about the thelist mailing list