the include statement would work, but sometimes it differs, I run a windows xp server with php, so sometimes instead of the include statement i have to use the require statement:
require('phppage.php');
The exec statement is generally for executing commands on the local computer, you can give it a shot though.