Re: [PHP-WIN] Re: WinXP Error Passing Variables (and creating)

2002-02-20 Thread Chris Earle
Yours did not work as it either. Thanks for the attempt. Although a few things about your code that I thought my be the problem: - You had " wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Try this instead. I couldn't get Devon's to work on my system either, but > this one does.

RE: [PHP-WIN] Re: WinXP Error Passing Variables (and creating)

2002-02-19 Thread David Redmond
This should also work; -- snip -- Username: \n"; } ?> -- snip -- -Original Message- From: Ross Fleming [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 20 February 2002 1:06 PM To: Chris Earle; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Re: WinXP Error Passing Variables (and

RE: [PHP-WIN] Re: WinXP Error Passing Variables (and creating)

2002-02-19 Thread Ross Fleming
Try this instead. I couldn't get Devon's to work on my system either, but this one does. Note the use of the empty() function which tests a string for emptiness. Let me know if it works? Test Form No data yet, or username is empty."; } else { echo "Username: " . $username; } ?>