Search found 4 matches
- Sat Jul 19, 2003 11:10 pm
- Forum: PHP - Code
- Topic: Implementing PHP: server to PHP interface?
- Replies: 9
- Views: 1159
- Sat Jul 19, 2003 9:05 pm
- Forum: PHP - Code
- Topic: Implementing PHP: server to PHP interface?
- Replies: 9
- Views: 1159
Thanks, Cruzado, for the long reply, but Nielsene has it right :> - - I can invoke PHP (in a seperate process), but I need to know just how to pass (to this process) the variables, etc that PHP uses . As for checking the source..... ugh, t was hoping to avoid that (esp. since I don't write in C). I'...
- Sat Jul 19, 2003 12:58 pm
- Forum: PHP - Code
- Topic: Implementing PHP: server to PHP interface?
- Replies: 9
- Views: 1159
- Sat Jul 19, 2003 8:03 am
- Forum: PHP - Code
- Topic: Implementing PHP: server to PHP interface?
- Replies: 9
- Views: 1159
Implementing PHP: server to PHP interface?
I'm the author of sre2003-srehttp/2, a freeware web server for OS/2. A user of this product has asked me about supporting PHP. I've located a standalone version of PHP for OS/2. [Did I mention that I've never used PHP before??] My simple experiments worked (i.e.; hello world). My question is how to ...