|
Posted by RageARC on 09/27/07 00:55
> VALUES ('".$first_name."','".$last_name."','".
> $email."','".$state."','".$city."','".$comment."')";
This should be $_POST['first_name'] and such ;), because that's the
information that comes from the form. And wow... people still use
register_globals? I mean, no offense, but it's awkward, when one NEVER
used them.
Navigation:
[Reply to this message]
|