php files on server

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
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

php files on server

Post by aceconcepts »

Hi,

I use a cpanel server (Apache) and i use a mysql db with php pages.

Where do i put my php files on the server?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

anywhere you like under your document tree, which varies from host to host, but is often shown when you log into your FTP account as a directory called "public_html" or "www" (an alias to public_html, often)
Post Reply