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

Andrew Prostko wrote:
> 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


You'll be wanting to put burgers in quotes and close the bracket on the
line above.

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

> {
> header("Location: password.php");
> }
> else
> {
> header("Location: sept-coupon07.html");
> }
> ?>
> -----------


I suggest you find a beginners book or Google for a beginners tutorial
on PHP because it would appear you need to learn some fundamentals of
the language before continuing.

-Stut

--
http://stut.net/
  Réponse avec citation
 
Page generated in 0,04591 seconds with 9 queries