I have been using wamp server in windows to run around PHP and MySQL what can i do in Ubuntu 11.10
How can I install PHP5 in my Ubuntu?
Page 1 of 14 Replies - 139 Views - Last Post: 15 January 2013 - 01:39 AM
Replies To: How can I install PHP5 in my Ubuntu?
#2
Re: How can I install PHP5 in my Ubuntu?
Posted 09 January 2013 - 09:51 AM
try a google search on "LAMP". This should get you on your way.
#3
Re: How can I install PHP5 in my Ubuntu?
Posted 09 January 2013 - 09:52 AM
#4
Re: How can I install PHP5 in my Ubuntu?
Posted 09 January 2013 - 10:03 AM
You can just execute this in a command line terminal:
That will make Ubuntu set up Apache2 and PHP5, and serve up content from /var/www through localhost.
Additionally, Ubuntu has most of the popular PHP modules available in the same manner. You can search for them using the apt-cache search command, and then install them using the apt-get install command, like above.
sudo apt-get install apache2 php5
That will make Ubuntu set up Apache2 and PHP5, and serve up content from /var/www through localhost.
Additionally, Ubuntu has most of the popular PHP modules available in the same manner. You can search for them using the apt-cache search command, and then install them using the apt-get install command, like above.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote








|