If i include functions.inc.php on my html.inc page and then include html.inc on all my oither pages, i should be able to call a function from function.inc.php correct?
Thank you
Anthony
include question
Moderator: General Moderators
-
pinehead18
- Forum Contributor
- Posts: 329
- Joined: Thu Jul 31, 2003 9:20 pm
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
include() from x.php to html.inc, which in turn includes y.php.. the path used inside html.inc is relative to x.php, not html.inc.
Last edited by feyd on Wed Jun 16, 2004 4:29 pm, edited 1 time in total.
-
PAW Projects
- Forum Commoner
- Posts: 30
- Joined: Tue Jun 15, 2004 7:43 am
- Contact: