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!! 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'; ?> 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
Archived
This topic is now archived and is closed to further replies.