|
Posted by frizzle on 07/15/06 15:49
IchBin wrote:
> What are the advantages or disadvantages of .inc files over the
> 'include' statement. I can't seem to find that information at the PHP
> website.
>
> Also the same for form building inline, I guess you would call it, and
> HTML template objects. File types of .tpl and .ihtml?
>
> Thanks in Advance...
> IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
> __________________________________________________________________________
>
> 'If there is one, Knowledge is the "Fountain of Youth"'
> -William E. Taylor, Regular Guy (1952-)
To answer your first question:
if *.inc files were called directly via the browser's url, most likely
it's content would be displayed unparsed. So your entire code would be
naked on the internet, including possible passwords etc.)
Instead if you want to use '.inc', you could use file.inc.php, which
would be parsed before outputted to the browser.
Frizzle.
Navigation:
[Reply to this message]
|