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 $
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 (ht
Stephen Tiano wrote:
if ($submit == "Sign!")
if($_POST['submit']=='Sign!')
{
$query = "insert into guest_info
(name,location,email,url,comments) values
<'$name', '$location', '$email', '$url', '$comments')"
('$_POST[name]','$_POST[location]','$_POST[email]','$_POST[url]','$_POST[comments]')"
If
3 matches
Mail list logo