Can someone help me I'm also trying to get php include using php?id=
<?php include("myspace.php?id=108001502"); ?>
here a code i used on my myspace.php <object type="application/x-shockwave-flash" data="http://mediaservices.myspace.com/services/media/embed.aspx/m=<?php echo $_GET["id"]; ?>" width="593" height="465"><param name="movie" value="http://mediaservices.myspace.com/services/media/embed.aspx/m=<?php echo $_GET["id"]; ?>" /><param name="quality" value="high" /><param name="scale" value="noorder" /><param name="wmode" value="transparent" /><param name="allowscriptaccess" value="never" /><param name="allownetworking" value="internal" /><param name="allowfullscreen" value="true" /></object>
Error Message Warning: include(myspace.php?id=108001502) [function.include]: failed to open stream: No such file or directory in /home/web/domains/website.com/public_html/video/index.php on line 56Warning: include() [function.include]: Failed opening 'myspace.php?id=108001502' for inclusion (include_path='.:/usr/local/lib/php') in /home/web/domains/website.com/public_html/video/index.php on line 56