dave2win 0 Report post Posted April 8, 2008 Hi,I think that registered globals are not enabled on Xisto servers so as you are forwarding your page id as GET mathod then you should use superglobal $_GET[]. You can put the variable ($id) within the parenthesis.Like this<?php include($_GET['$id']); ?>I also prefer include_once rather than include. It's just a precausionary measure. You should also use superglobals whereever you wanna refer to data from other page which are forwarded to current scripts.That's better programming.I also add this. You should know your server settings from a phpinfo(); file on your Xisto server and then use them to manually configure your local PHP settings so that what runs on your PC should run similarly on your Xisto servers, and other than your fiance the rest of the world can enjoy it. Notice from rvalkass: Merged double posts. Remember you can use the Edit button to add to your post if no-one else has replied. Share this post Link to post Share on other sites