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
dsdsdsdsd
Forum Commoner
Posts: 60 Joined: Fri Dec 05, 2003 3:10 pm
Post
by dsdsdsdsd » Wed Sep 29, 2004 8:28 pm
hello;
I have: A.php and B.php;
A.php is running;
I want to call/run/load B.php;
does php support this?
thanks
Shannon Burnett
Asheville NC USA
Breckenridge
Forum Commoner
Posts: 62 Joined: Thu Sep 09, 2004 11:10 pm
Location: Breckenridge, Colorado
Post
by Breckenridge » Wed Sep 29, 2004 8:32 pm
You can include the second file within the first one
dsdsdsdsd
Forum Commoner
Posts: 60 Joined: Fri Dec 05, 2003 3:10 pm
Post
by dsdsdsdsd » Wed Sep 29, 2004 8:39 pm
breckenridge, thanks;
that will do it;
Shannon Burnett
Asheville NC USA
dsdsdsdsd
Forum Commoner
Posts: 60 Joined: Fri Dec 05, 2003 3:10 pm
Post
by dsdsdsdsd » Wed Sep 29, 2004 9:18 pm
I regret that I did not discover 'include' a long time ago;