
09-22-2009
|
|
|
|
Re: PHP in IE 8
"Satish Madhekar" wrote in message news:20099225457satish4664@hotmail.com...
> Hi,
>
> I would like to know which add-ons are required to run a ".PHP" program
> (PHP ver 5.2) in IE 8 on MS Windows Vista OS?
>
> In other words, how to run a ".PHP" program (PHP ver 5.2) in IE 8 on MS
> Windows Vista OS?
PHP scripts don't run in IE (or any other browser!), they run on a web
server which sends the output to the browser. Any web server that is capable
of running PHP can be used for this - IIS, Apache, etc. Why do you think
you need an add-on for a browser to do this?
--
Dan
|