Patrick3002 Posted August 17, 2007 Share Posted August 17, 2007 Does anyone know if its possible, and how i would go about doing this: <?php include_once("vote.php?poll_id=82"); ?> Of course, php doesn't like that, but i need to do that, anyone have any ideas?? Thanks!! Quote Link to comment https://forums.phpfreaks.com/topic/65363-solved-i-got-a-question/ Share on other sites More sharing options...
trq Posted August 17, 2007 Share Posted August 17, 2007 If all your expecting is html output and your not looking to include any variables or functions from said file you could simply use.... <?php include 'http://severname.com/vote.php?poll_id=82'; ?> Quote Link to comment https://forums.phpfreaks.com/topic/65363-solved-i-got-a-question/#findComment-326434 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.