Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP installation 1

Status
Not open for further replies.

kaushik222

Technical User
Oct 23, 2003
26
0
0
US
Hi ,
I am a beginer for PHP. Can anybody give me the PHP , IIS & Mysql installer and can guide me to install it.

Thank you all for help

Kaushik
 
Hi BCLT

Thanks for the information.
I did download wamp5_1.4.4.exe
which is suppose to be having
APACHE 1.3.33 LICENSE
PHP 5.0.4 LICENSE
SQLITEMANAGER 1.0.4 AND PHPMYADMIN 2.6.1-pl3 LICENSE
MYSQL 4.1.10a LICENSE


it said installation is complete. But i am not sure how to check the succeessful installation. And I tried to seee if i can find the C:\inetpub\ , but the directory is not present so does that mean the installation is not successfull.

Please guide me

Thanks
kaushik
 
Make a file named "test.php" and add to it:
<? phpinfo() ?>

Put this file in: C:\Program Files\Apache Group\Apache\htdocs ,
and call it:
If you see any results then php works.
 
BCLT,
THnaks very much. It did work

THnaks alot for your help

Kaushik
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top