PHP Includes

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
Pocketx
Forum Commoner
Posts: 37
Joined: Fri Aug 23, 2002 9:54 pm

PHP Includes

Post by Pocketx »

Hey,

Im just asking. If you use PHP includes in your pages. Wouldnt it be simmilar to SSI? But is there more features to this PHP includes?

Thanks
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

ahh it's excatly same as SSI but you can have PHP code in include file and execute it.
User avatar
Xelmepa
Forum Commoner
Posts: 41
Joined: Sat Aug 24, 2002 3:02 pm
Location: Athens, Greece
Contact:

Post by Xelmepa »

Additionally, PHP's inlude will let you use paths too. SSI will not.
User avatar
Pocketx
Forum Commoner
Posts: 37
Joined: Fri Aug 23, 2002 9:54 pm

Post by Pocketx »

Xelmepa wrote:Additionally, PHP's inlude will let you use paths too. SSI will not.
What do you mean paths?
Post Reply