|
This is my PHP script.This file is working in my localsystem, i am using WAMP server in localsystem.
But when i hosted the files in the server, nothing is working..
<object id="flashmovie" type="application/x-shockwave-flash" data="gallery.swf" width="100%" height="100%">
<param name="movie" value="gallery.swf" />
<param name="FlashVars" value="<? if(isset($_GET["image"])) echo "topimage=".$_GET["image"] ?>" />
</object>
Pls help
|