dc_jt Posted June 1, 2007 Share Posted June 1, 2007 Is this possible? <? include($_SERVER['DOCUMENT_ROOT']."/includes/feature.inc.php?id=49"); ?> I get an error saying failed to open stream: No such file or directory in Thanks Quote Link to comment Share on other sites More sharing options...
per1os Posted June 1, 2007 Share Posted June 1, 2007 I see its solved, but try this incase it was a mis-hap. <?php $_GET['id'] = 49; include($_SERVER['DOCUMENT_ROOT']."/includes/feature.inc.php"); ?> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.