943,800 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 14329
  • PHP RSS
Aug 2nd, 2004
0

How ti detect whether PHP is installed or not?

Expand Post »
Hi,

Can anyone tell, how to detect whether PHP is installed or not? I want to find out this with the help of Registry in Windows? Is it possible?

Regards,
K.VenkataRamana
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
VenkataRamana.K is offline Offline
2 posts
since Aug 2004
Aug 2nd, 2004
0

Re: How ti detect whether PHP is installed or not?

?? its not somthing you would search the registry for, you must have a running server, and then download and set up PHP, i say setup because PHP is not somthing that installed persay.

to see if it is installed. create a PHP file like this

[PHP]<?php
phpinfo(); //will display all of the phpinfo if php is installed else will print out as seen by the server
?>[/PHP]

save it is. info.php

open up your web server and go to

http://www.localhost/info.php

if it works and you see info then your lucky and have correctly installed PHP if not, you have to install it.
Reputation Points: 152
Solved Threads: 39
Master Poster
Killer_Typo is offline Offline
778 posts
since Apr 2004
Aug 2nd, 2004
0

Re: How ti detect whether PHP is installed or not?

No www mr killer typp

htt://localhost
Team Colleague
Reputation Points: 96
Solved Threads: 21
The Geek Father
Zachery is offline Offline
781 posts
since Nov 2003
Aug 3rd, 2004
0

Re: How ti detect whether PHP is installed or not?

But how can i check this with the help of registry? wicthout using phpinfo()!
Reputation Points: 10
Solved Threads: 0
Newbie Poster
VenkataRamana.K is offline Offline
2 posts
since Aug 2004
Aug 3rd, 2004
0

Re: How ti detect whether PHP is installed or not?

there is nothing in the registry about PHP i believe, because it installs nothing, and is just a matter of moving files around. and thx zachery
Reputation Points: 152
Solved Threads: 39
Master Poster
Killer_Typo is offline Offline
778 posts
since Apr 2004
Aug 3rd, 2004
0

Re: How ti detect whether PHP is installed or not?

IIRC Killer is right

php is just an extention of a webserver
Team Colleague
Reputation Points: 96
Solved Threads: 21
The Geek Father
Zachery is offline Offline
781 posts
since Nov 2003

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: need help phpbb please
Next Thread in PHP Forum Timeline: Retreiving a Variable from a URL





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC