PHP and WebServer

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
sureshsundar007
Forum Newbie
Posts: 4
Joined: Fri Dec 26, 2003 10:59 pm

PHP and WebServer

Post by sureshsundar007 »

Hi all,

I'm building my own version of webserver on which i'm trying to support PHP.I can able to execute and display PHP scripts..but my problem is when i do back or forward in the browser..i'm not getting the exceuted script or previous page..instead i get the php script code getting displayed in the browser(The same php code wprks with IIS without any problems).How to resolve this?Am i wrong anywhere?

please help..

Thanks,
Suresh.
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

Moved to Theory section, as this seems to deal with actual server software programming (or did I miss something completely?).
Post Reply