[PHP] echo question

2001-05-19 Thread Louis Brooks
is a way to do this as I have seen it on the PHP site when I was searching for something else. Of course now that I need it I can't find the example. Can someone please help me figure this out? Thank you, Louis Brooks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP] cookies

2001-04-02 Thread Louis Brooks
Okay, I have tried every example in the PHP Essentials book and on the php.net site that I can find on setting cookies using php3. Is there a problem with Netscape 4.x and setting cookies or is there something I have missed in setting up setcookie()? Here is the code I am using: I do not

Re: [PHP] Simple If-else statement - Fixed

2001-03-27 Thread Louis Brooks
replies: "" is >empty, " " is a space. I've made the same mistake. Also did the if >($name = "") { } Screwed me up for a bit until I remembered == is >comparison. 8^) Oh well if you don't use it you lose it. > >Take it easy. >-Sterling > >

Re: [PHP] Simple If-else statement

2001-03-27 Thread Louis Brooks
tly appreciated. Thanks again, Louis Brooks At 02:29 PM 3/27/01 -0500, you wrote: >H- > >Another solution might be to use javascript to check the fields before >the page is even submitted to make sure they put "something" in the >first and last name fields. > >Unfo

[PHP] Simple If-else statement

2001-03-27 Thread Louis Brooks
; } I hope the formatting comes out right. I am sure it is something simple I have missed but I have tried the script several different ways and nothing seems to work. Thank you for any help. Sincerely, Louis Brooks BTW: Is there a faq for this list before I go asking anymore questions?