Hey guys,
here is my problem, how can I correct the following code:
<?php include("add.php?urlid=<?=$_GET['urlid']?>");?>
to use is instead of
<iframe src="add.php?urlid=<?=$_GET['urlid']?>" width="100%" height="900px" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe>
Is this possible at all?
Any suggestions are much appriciated.
Thanks