Page 1 of 1

Including files in PHP

Posted: Sat Apr 12, 2003 3:07 pm
by nigma
Anyone know how to include a file in php?

Posted: Sat Apr 12, 2003 3:30 pm
by twigletmac

Posted: Sat Apr 12, 2003 4:29 pm
by nigma
I will try it out. Thanks a bunch.

Posted: Sat Apr 12, 2003 4:32 pm
by nigma
It worked, I checked the php manual and searched for any topics containing words include and nothing came up.

Always apreciate the help.

Posted: Sat Apr 12, 2003 4:51 pm
by volka
twigletmac wrote:include()?
that's a link to the online manual page of include() ;)