I am learning PHP and I’m looking for the simplest way to run practice scripts. I already have netbeans installed.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Install LAMP:
sudo apt-get install lamp-server^(be sure to use the caret), it’s a breeze (at least in Ubuntu 10.10). Installs Apache and mysql automatically.Then open up NetBeans, set the root to the /var/www root folder and off you go!
I did it not much time ago and it took me 20 minutes in all (if you install phpmyadmin, be careful ‘coz sometimes it creates a symlink in /usr/share instead of a link in the root /var/www, that took me most of the time to figure out)