transparencia Posted December 12, 2009 Share Posted December 12, 2009 Other example: <a href="http://localhost/website">Website</a> in this: http://localhost/website Thank you. Link to comment https://forums.phpfreaks.com/topic/184850-transform-in-x/ Share on other sites More sharing options...
dawsba Posted December 12, 2009 Share Posted December 12, 2009 i think you mean <? $link = '<a href="http://localhost/website">Website</a>'; $ret = explode('"',$link); echo $ret[1]; ?> Link to comment https://forums.phpfreaks.com/topic/184850-transform-in-x/#findComment-975818 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.