proctk Posted November 26, 2006 Share Posted November 26, 2006 can someone please help me correct this echo'<p>Vender:'.'<a href=http://$row_get_gifts['vender_webpage']" >$row_get_gifts['vender']</a></p>'; Quote Link to comment https://forums.phpfreaks.com/topic/28481-prase-error/ Share on other sites More sharing options...
Philip Posted November 26, 2006 Share Posted November 26, 2006 why is there a [/url] instead of a </a> ?Ah, the forums do that -- is the [/url] a < /a>? Quote Link to comment https://forums.phpfreaks.com/topic/28481-prase-error/#findComment-130336 Share on other sites More sharing options...
proctk Posted November 26, 2006 Author Share Posted November 26, 2006 yes Quote Link to comment https://forums.phpfreaks.com/topic/28481-prase-error/#findComment-130338 Share on other sites More sharing options...
Philip Posted November 26, 2006 Share Posted November 26, 2006 Try:[code]<?phpecho "<p>Vender: <a href='http://".$row_get_gifts['vender_webpage']."'>".$row_get_gifts['vender']."</a></p>";?>[/code] Quote Link to comment https://forums.phpfreaks.com/topic/28481-prase-error/#findComment-130339 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.