Own Webserver with PHP

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
snapman
Forum Newbie
Posts: 4
Joined: Fri Jan 31, 2003 11:12 am
Contact:

Own Webserver with PHP

Post 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?
DeGauss
Forum Contributor
Posts: 105
Joined: Tue Oct 22, 2002 9:44 am
Location: Gainesville, FL

Post by DeGauss »

Short answer: Yes.
snapman
Forum Newbie
Posts: 4
Joined: Fri Jan 31, 2003 11:12 am
Contact:

Post by snapman »

Can you tell me how they do it??
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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
snapman
Forum Newbie
Posts: 4
Joined: Fri Jan 31, 2003 11:12 am
Contact:

Post by snapman »

can't anybody make an example?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
Post Reply