Posted by John Nichel on 10/21/64 11:17
Martin Zvarik wrote:
> Hi,
> I saw files like "file.inc.php" and "file.inc"
>
> What is the *.inc suffix good for ?
>
> Thank you for replies.
>
> Martin
>
It doesn't matter. PHP will parse either if you call them via include()
or require()
I guess it just boils down to your preference.
--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
john@kegworks.com
[Back to original message]
|