RE: [PHP] Passing variables to a scripting engine... (like php)

2001-02-15 Thread Diego Fulgueira
[0]; // will be the filename echo $argv[1]; // will be -url echo $argv[2]; // will be the url --Joe -Original Message- From: Diego Fulgueira [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 4:45 PM To: Php-General Subject: [PHP] Passing variables to a scripting engine... (like

RE: [PHP] Passing variables to a scripting engine... (like php)

2001-02-15 Thread Jon Snell
It is sent as text to stdin. -Original Message- From: Diego Fulgueira [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 4:45 PM To: Php-General Subject: [PHP] Passing variables to a scripting engine... (like php) Ok. I already posted a question asking how to pass parameters

[PHP] Passing variables to a scripting engine... (like php)

2001-02-15 Thread Diego Fulgueira
Ok. I already posted a question asking how to pass parameters to php.exe when running it directly from the command prompt. However, i've noticed the matter is a bit more complex than i had thought. I will reformulate my question: How the h--- does any Web Server passes information like the URL be