PHP programming on Ubuntu 7.10
Submitted by srlinuxx on Sun, 03/02/2008 - 05:44.
We can do PHP programming by any text editor, such as vi and nano. However, a Integrated Development Environment (IDE) is good for debugging.
For IDE, I choose EasyEclipse for LAMP and it is not required to install. Download it and double click it to run. However, we should install some server programs and do some configuration before using it.
Step 1
We should install Apache, MySQL and PHP5.
sudo apt-get install apache2 php5 php5-gd mysql-server libapache2-mod-php5 libapache2-mod-auth-mysql php5-mysql phpmyadmin mysql-admin
Then, set the MySQL root password as prompted.
Step 2


Recent comments
25 min 35 sec ago
2 hours 27 min ago
3 hours 39 min ago
3 hours 33 min ago
6 hours 27 min ago
10 hours 30 min ago
11 hours 58 min ago
11 hours 48 min ago