Re: [PHP] Open New URL window FINAL ANSWER

2007-09-20 Thread Chris
Andrew Prostko wrote: Wow, it really must be late, Thank you for pointing out that missing parenthesis ... 330am and now I can go to bed happy... TY VM Ending Code for anyone listening: Get PW from another .php page using: What is the Password?: This is the passwordcheck.php code: You

Re: [PHP] Open New URL window

2007-09-20 Thread Stut
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: --- You'll be wanting to put burgers in quotes and close the bracket

RE: [PHP] Open New URL window FINAL ANSWER

2007-09-20 Thread Andrew Prostko
Wow, it really must be late, Thank you for pointing out that missing parenthesis ... 330am and now I can go to bed happy... TY VM Ending Code for anyone listening: Get PW from another .php page using: What is the Password?: This is the passwordcheck.php code: -- PHP General Mailing Lis

Re: [PHP] Open New URL window

2007-09-20 Thread Don Read
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 Gene

RE: [PHP] Open New URL window

2007-09-19 Thread Andrew Prostko
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 General Mailing List (http://www.php.net/) To unsubscribe, vi

Re: [PHP] Open New URL window

2007-09-19 Thread Richard S. Crawford
On Wednesday 19 September 2007 15:50:08 Andrew Prostko wrote: > My problem is, I do not know how to make the Else statement... > How do I get it to open a new url? > I want it IF yes open this page, else open this page Andrew, try the header() function: ...show your form... tag at th

Re: [PHP] Open New URL window

2007-09-19 Thread Jim Lucas
Andrew Prostko wrote: I am new to PHP and to email lists so I apologize in advance. What I am trying to do is to take a password from user input, check it to make sure it is == to something, say “burgers” My problem is, I do not know how to make the Else stateme