PDA

View Full Version : php directories



urbaneve
September 4th, 2003, 06:53 AM
i know that is a basic question but..... i am condused on something.

i have uploaded my site and now i need to upload my php files (3 to be exact) -- can i put them all in the same directory or do i need to create seperate directories and if i do -- how do i name them

here is what i am thinking (probally not right but....
the URL for my php files would be

http://www.hp-h.us/b/proimage/mailer.php (which is the directory as the index files

or is it:

http://www.hp-h.us/b/proimage/consult/consult.php (with the php files in the 'consult' directory



or does it matter at all

comicGeek
September 4th, 2003, 07:11 AM
You can place the PHP files anywhere in your directory as long as the reference to those PHP files are preserved. If for example your Flash file requires that rou PHP be on the same directory as the Flash, then you must place them in the same directory.

:)

urbaneve
September 4th, 2003, 07:14 AM
okay - thanks --- thats what i needed to know

;~)