What is the easiest way to practice PHP on Ubuntu? -
i learning php , i'm looking simplest way run practice scripts. have netbeans installed.
install lamp: sudo apt-get install lamp-server^
(be sure use caret), it's breeze (at least in ubuntu 10.10). installs apache , mysql automatically. open netbeans, set root /var/www root folder , off go! did not time ago , took me 20 minutes in (if install phpmyadmin, careful 'coz creates symlink in /usr/share instead of link in root /var/www, took me of time figure out)
Comments
Post a Comment