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

2001-02-15 Thread Diego Fulgueira
...But a scripting engine can process A LOT of information (think about how much information can be sent with a HTML form in posted variables). Apache and IIS do not call PHP.EXE sending all posted variables inside command line arguments... So, how do THEY do it??? Thanks a lot for the patience..

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 t