where to place my php files?

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
mala7
Forum Newbie
Posts: 1
Joined: Mon Sep 26, 2011 3:49 pm

where to place my php files?

Post by mala7 »

Hi all

Which is better:
- to save my php files in the same folser of my html files
- to save my php files in a separate folder ??

Does saving my php files to another folder could affect the speed of loading the pages ??

thanks
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: where to place my php files?

Post by Christopher »

No, the location of the PHP files will not affect the speed of loading pages.
(#10850)
Post Reply