Jump to content

Where to download php and how to install it?


Recommended Posts

where can i download free php installer and how can i install it in my computer?

 

pls help

 

thanks

???

If you want to run your php scripts within your web browser - unless you want to use command line, then you'll need more than just the installer. If you are new to PHP look into wamp (for windows) or XAMPP (for linux/mac and windows).

wamp is a pre-configured package you can install, this will install, Apache, PHP and MySQL for you.

 

You cannot install PHP on its own if you want to run your php scripts on your computer, unless you want to use the command line.

 

PHP is a server-side programming language and needs to be run on a server. That is what Apache is, MySQL is a database.

 

if you just want PHP. refer to thorpes post above.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.