Page 1 of 1

where and how to run PHP CODES as a part of LAMPP on LINUX

Posted: Mon Jul 31, 2006 4:18 am
by poga
i have installed lampp on my linux pc , and also have " start"ed it. where can i now write the PHP code and run it .?

(Edit: the whole post doesn't need to be bold. Onion)

Posted: Mon Jul 31, 2006 7:02 am
by volka
lampp as in
http://www.apachefriends.org/en/xampp-linux.html wrote:By the way: In the past this software was called LAMPP but to avoid misconceptions we renamed it to »XAMPP for Linux«. So if you are seeking for LAMPP you're on the right track.
?

On this page there is a "READ ME" section and "IMPORTANT FILES AND DIRECTORIES".
/opt/lampp/htdocs/ The Apache DocumentRoot directory.
Files you put into this directory can be handled by your webserver - and by the php module, too.