[PHP] Re: Problem Coding a Tutorial

2003-09-09 Thread Kae Verens
Stephen Tiano wrote: Kae, Excuse my being dense, but I just want to get your meaning with the lines you added. You're saying to substitute if($_POST['submit']=='Sign!') for if ($submit == Sign!) and to try ('$_POST[name]', ... (and not $_POST['name'])? in your code, the first variable was

[PHP] Re: Problem Coding a Tutorial

2003-09-08 Thread Kae Verens
Stephen Tiano wrote: ?php include(dbconnect.php); if ($submit == Sign!) if($_POST['submit']=='Sign!') { $query = insert into guest_info (name,location,email,url,comments) values '$name', '$location', '$email', '$url', '$comments')

[PHP] Re: Problem Coding a Tutorial

2003-09-08 Thread Stephen Tiano
Kae, Excuse my being dense, but I just want to get your meaning with the lines you added. You're saying to substitute if($_POST['submit']=='Sign!') for if ($submit == Sign!) and to try ('$_POST[name]', ... (and not $_POST['name'])? Thank you. Steve Tiano -- PHP General Mailing List