It sounds like your just trying to open the file straight from your hard
drive using IE. Unfortunately, PHP doesn't work like HTML files or
JavaScript in that its not IE or any other web browser that "makes PHP
work". It is actually a server that works out all the PHP bits, puts it all
in the right places in the HTML file and then sends it to your web browser
which then works out how to display the HTML code and displays it.
Therefore, to get your PHP files to work, you have to either upload them to
a host server or install a server such as Apache with the PHP Module on to
your computer.

> "Vivek Kumar Agrawal" <[EMAIL PROTECTED]> wrote in message
000a01c1fa63$9dedd3c0$0301a8c0@Anurag">news:000a01c1fa63$9dedd3c0$0301a8c0@Anurag...
> Hi Folks,
>
> Whenever I try to open any PHP page
> on my browser i.e. IE then it displays
> Windows message box for saving the file on the disk
> or opening the code in any editor.
> I mean PHP file is not executed successfully and
> I am unable to figure out the problem.
>
> Please help me.
>
> Thanx in advance.
>
> Regards,
> Vivek





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to