Discussion: Open New URL window
Afficher un message
Vieux 20/09/2007, 08h18   #5
Don Read
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [PHP] Open New URL window

On Thu, 20 Sep 2007 02:52:19 -0400 Andrew Prostko said:


Ok, so I started using the header code that was suggested:

And I get this error:

Parse error: parse error, unexpected '{' in
/home/char-lee/public_html/beta/1.php on line 3

This is the code:
-----------
<?php
if ($_POST['pw'] != burgers
{
header("Location: password.php");
}
else
{
header("Location: sept-coupon07.html");
}
?>
-----------

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Close your parenthesis, daggummit!

if ($_POST['pw'] != burgers )
^^^

--
Don Read dread@aceweb.com
-- It's always darkest before the dawn. So if you are going to
steal the neighbor's newspaper, that's the time to do it.
  Réponse avec citation
 
Page generated in 0,04420 seconds with 9 queries