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
Pocketx
Forum Commoner
Posts: 37 Joined: Fri Aug 23, 2002 9:54 pm
Post
by Pocketx » Sat Aug 24, 2002 12:17 pm
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
Takuma
Forum Regular
Posts: 931 Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:
Post
by Takuma » Sat Aug 24, 2002 2:32 pm
ahh it's excatly same as SSI but you can have PHP code in include file and execute it.
Xelmepa
Forum Commoner
Posts: 41 Joined: Sat Aug 24, 2002 3:02 pm
Location: Athens, Greece
Contact:
Post
by Xelmepa » Sat Aug 24, 2002 3:19 pm
Additionally, PHP's inlude will let you use paths too. SSI will not.
Pocketx
Forum Commoner
Posts: 37 Joined: Fri Aug 23, 2002 9:54 pm
Post
by Pocketx » Sat Aug 24, 2002 3:52 pm
Xelmepa wrote: Additionally, PHP's inlude will let you use paths too. SSI will not.
What do you mean paths?