<iframe src="dwn_bottom.php?movie=<?php echo '$movie'?>&id=<?php echo '$id' ?>" marginheight="0" height="0" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" /> </div> i am not able to pass arguments to url dwn_bottom.php plz help me out
<iframe src="dwn_bottom.php?movie=<?php echo $movie?>&id=<?php echo $id ?>" marginheight="0" height="0" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" /> </div> PHP:
try encoding your variables might have special characters on them so the query cant be displayed properly, i meant by this to use urlencode. good luck