blazing_bruce Posted March 19, 2006 Share Posted March 19, 2006 I am doing a banner exchange script. this is the banner tag"<!-- Banner code begin --><CENTER>'<IFRAME SRC= 'http://domainname.com/subfolder/work.php?ID=$check' width=300 height=400 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling='no'></IFRAME><p> </p></CENTER><!-- Banner code end -->";inside work.php$hrf = "http://domainname.com/subfolder/work.php?who=$check&redi=$rediurl";echo("<center><a herf=\"$hrf\"><img src=\"$banurl\"> <br> </a></center>");image was perfectly displayed. but i cannt make a link. please help me.Thankyou,Karthikeyan. Link to comment Share on other sites More sharing options...
Barand Posted March 19, 2006 Share Posted March 19, 2006 echo("<center><a [!--coloro:#FF6666--][span style=\"color:#FF6666\"][!--/coloro--]herf[!--colorc--][/span][!--/colorc--]=\"$hrf\"><img src=\"$banurl\"> <br> </a></center>");try "HREF" or "href" instead of "herf" Link to comment Share on other sites More sharing options...
blazing_bruce Posted March 19, 2006 Author Share Posted March 19, 2006 [!--quoteo(post=356294:date=Mar 19 2006, 06:01 AM:name=Barand)--][div class=\'quotetop\']QUOTE(Barand @ Mar 19 2006, 06:01 AM) [snapback]356294[/snapback][/div][div class=\'quotemain\'][!--quotec--]echo("<center><a [!--coloro:#FF6666--][span style=\"color:#FF6666\"][!--/coloro--]herf[!--colorc--][/span][!--/colorc--]=\"$hrf\"><img src=\"$banurl\"> <br> </a></center>");try "HREF" or "href" instead of "herf"[/quote]Ohh what a minor mistake i did :( . Thanks a lot Mr.Barand. Link to comment Share on other sites More sharing options...
Recommended Posts