[PHP] how to call php from C?

2003-06-23 Thread user
Hello, I have a working C program that runs like a cgi by sending back a web page. I would like include in it some authentication code by checking $au = $_SESSION['AuthenticatedUser'] previously set up by a php script.I don't like to recode all in php because I expect a nasty performace

Re: [PHP] how to call php from C?

2003-06-23 Thread Robert Cummings
[EMAIL PROTECTED] wrote: Hello, I have a working C program that runs like a cgi by sending back a web page. I would like include in it some authentication code by checking $au = $_SESSION['AuthenticatedUser'] previously set up by a php script.I don't like to recode all in php