[thelist] PHP - getting variables from a form when register_globals is off

Tim Fountain tim at incutio.com
Thu Aug 21 16:24:26 CDT 2003


On Thursday, August 21, 2003 at 18:41, Joel wrote:

> This code seems to result in a blank page. Is there something obviously
> amiss?

[...]
> strfname = $_post['fname'];

$_post should be $_POST.  Variables are case sensitive.

-- 
Tim Fountain | Web developer | Incutio Limited | www.incutio.com
email: tim at incutio.com | Tel: +44 8708 700 333 | Fax: +44 7092 181 581



More information about the thelist mailing list