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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
poga
Forum Newbie
Posts: 1
Joined: Mon Jul 31, 2006 3:58 am

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

Post 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)
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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.
Post Reply