Hi i must be stuppid by missing something but im trying to insert a a code into my php script page:
<!-- Start Code -->
<iframe src="http://www.365netmarketing.co.uk/adds/banner.php?action=b&t=true&ref=20&w=468&h=60&grp=13" width="468" height="60" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" allowtransparency="true" background-color="transparent"></iframe>
<!-- End Code -->
this is a banner call code and works great in html pages but i want it to work in a php script page
this is part of the php script page i want it to go am i missing a code to add to make this work???
<!-- add extra info here at top -->
<br>
<br>
This is where JV's banners go
?>
<html>
<!-- Start Code -->
<iframe src="http://www.365netmarketing.co.uk/adds/banner.php?action=b&t=true&ref=20&w=468&h=60&grp=13" width="468" height="60" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" allowtransparency="true" background-color="transparent"></iframe>
<!-- End Code -->
</html>
<?php
if it helps the php script is on another domain and calling the banner iframe from another page.
works if i paste the code into a html page but not in my php page any help would be great thanks