Computer supports php or not?

  • Thread starter Thread starter Rohan C
  • Start date Start date
R

Rohan C

Guest
How can I come to know that my PC supports php or not? I have windows xp installed in my PC by the way.
And if it doesn't can I install some software which will make it support?
 
In order to use PHP on your computer you have to install a web server on it. I suggest you to use Server 2 GO (see source). It's a free web server to install on your computer based on Apache, which includes PHP and MySQL.
 
if you are using windows:

look for php installation directory. it is typically installed in C:\PHP. if you don't have php installed, then download php engine from php.net and install. you also need to download a server to execute php codes. the best way is to download and install wamp.
 
Back
Top