Problem with installation

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
pooja_dubey12
Forum Newbie
Posts: 3
Joined: Fri Jul 03, 2009 7:29 am

Problem with installation

Post by pooja_dubey12 »

Hi,

I have installed PHP using links given in
http://windows.php.net/download/

and Apache using links given in
http://www.apachefriends.org/en/xampp-windows.html#641

but when I am trying a simple code in text file as saving as ".php", its icon changes to php type but when i try to open it, it doesnt display any window

Can anybody help.

I am very new to php and have no clue regarding installation except the information i got through different php related websites.

Pls help
Doug G
Forum Contributor
Posts: 282
Joined: Sun Sep 09, 2007 6:27 pm

Re: Problem with installation

Post by Doug G »

but when I am trying a simple code in text file as saving as ".php", its icon changes to php type but when i try to open it, it doesnt display any window
Open it how? You have to process php pages via your php-enabled web server, unless you're trying to use the php cli from a command prompt. As an example, you'd open a web browser to http://localhost/myphppage.php to "run" the php page myphppage.php.
Post Reply