|
Posted by Pedro Graca on 10/10/06 09:17
["Followup-To:" header set to comp.lang.php.]
Shelly wrote:
>
> "Chuck Anderson" <websiteaddress@seemy.sig> wrote in message
> news:EJadnZUBNN_8drfYnZ2dnUVZ_oWdnZ2d@comcast.com...
>> I hope you don't have a gun nearby or you might shoot yourself.
[...]
>> You're missing the '_' in $POST['gender'].
>
> BOOM!!!!!
For your next script try upping the error reporting of PHP
<?php
error_reporting(E_ALL);
ini_set('display_errors', '1');
$x = $_POST['x'];
$y = $POST['y'];
// ...
?>
--
File not found: (R)esume, (R)etry, (R)erun, (R)eturn, (R)eboot
Navigation:
[Reply to this message]
|