Page 1 of 1
Own Webserver with PHP
Posted: Fri Jan 31, 2003 2:47 pm
by snapman
Hello,
at the moment i code a Webserver.
Do you know, how Webservers use php.exe to get the html output of a pho file?
Posted: Fri Jan 31, 2003 3:44 pm
by DeGauss
Short answer: Yes.
Posted: Sat Feb 01, 2003 5:51 am
by snapman
Can you tell me how they do it??
Posted: Sat Feb 01, 2003 12:13 pm
by volka
one common way is the common gateway interface (cgi). That way you can even use a bash script to produce webcontents.
read e.g.
http://hoohoo.ncsa.uiuc.edu/cgi/overview.html
Posted: Sun Feb 02, 2003 6:22 am
by snapman
can't anybody make an example?
Posted: Mon Feb 03, 2003 2:01 am
by twigletmac
snapman wrote:can't anybody make an example?
I'd say that the link that volka posted seems to have a bunch of info in it - have you had a look?
For more detailed help you're going to have to ask more specific questions, otherwise it's not very easy for us to help you.
Mac