Calling a php program from another php program

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

User avatar
llimllib
Moderator
Posts: 466
Joined: Mon Jul 01, 2002 2:19 pm
Location: Baltimore, MD

Post by llimllib »

rv, I'm not mac, but I would say absolutely.
Since it seems you're no longer having trouble with the $_GET statement, try just including the file like normal:

Code: Select all

include 'kisgb/index.php';
If I'm correct, that won't work. Are you on windows? if so, try ''' instead of '/'. Try playing with paths, try to get the file to include without passing it through the $_GET first.
Post Reply