PDA

View Full Version : Php



COLiNx86
November 16th, 2007, 03:10 AM
I'm learning PHP well i was until I moved to Linux. So my question is what do i need to start programming php in Ubuntu?

LaRoza
November 16th, 2007, 03:27 AM
LAMPP


sudo tasksel


Select Lampp.

Your web directory is in /var/www.

If you are only going to be developing on this, and not actually serving public sites, you can ease the permission issues by making that directory yours.
chown $USER:$USER /var/www