RE: [PHP] Calling PHP script from C/C++?

2001-05-22 Thread Sean R. Bright
Yes it can. If you are compiling yourself you can use configure without specifying any webservers (i.e. Apache, Netscape, etc) and a binary called php will be generated after you build. -Original Message- From: Chatchawan Boonraksa [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 22,

Re: [PHP] Calling PHP script from C/C++?

2001-05-22 Thread Plutarck
Note that by using the standalone executable of PHP I don't know of anyway to invoke PHP without first creating a file with the script in it. So you can't pipe a dynamically created script directly into PHP. You have to use an intermediary file. I imagine there is a way to make it work, but I