Re: [PHP] Php is serversided????

2002-02-14 Thread John Meyer
Nielsen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 13, 2002 12:56 PM Subject: [PHP] Php is serversided Hi, I don't understand... Everybody says PHP is server based, so everything is calculated before the user sees it in his browser. But if that is the case how

[PHP] Php is serversided????

2002-02-13 Thread Morten Nielsen
Hi, I don't understand... Everybody says PHP is server based, so everything is calculated before the user sees it in his browser. But if that is the case how is it then possible to use if-statements. Wouldn't that mean that the if-statement has been executed before the user makes a selection?

RE: [PHP] Php is serversided????

2002-02-13 Thread Rick Emery
PROTECTED]] Sent: Wednesday, February 13, 2002 1:56 PM To: [EMAIL PROTECTED] Subject: [PHP] Php is serversided Hi, I don't understand... Everybody says PHP is server based, so everything is calculated before the user sees it in his browser. But if that is the case how is it then possible to use

RE: [PHP] Php is serversided????

2002-02-13 Thread Lars Torben Wilson
to the client. Hope this helps, Torben -Original Message- From: Morten Nielsen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 1:56 PM To: [EMAIL PROTECTED] Subject: [PHP] Php is serversided Hi, I don't understand... Everybody says PHP is server based, so everything

RE: [PHP] Php is serversided????

2002-02-13 Thread Keith V. (Vance Consulting LLC)
PHP executes, and sends the data back to the client. Hope this helps, Torben -Original Message- From: Morten Nielsen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 1:56 PM To: [EMAIL PROTECTED] Subject: [PHP] Php is serversided Hi, I don't