Page 1 of 1

how to remove <> and every thing in it?

Posted: Mon Jul 05, 2010 4:39 pm
by vin_akleh
if this was in variable $x
<li id="current"><a href="index.php">Home</a></li>
<li><a href="index.php">News</a></li>
<li><a href="index.php">Downloads</a></li>
<li><a href="index.php">Support</a></li>
<li><a href="index.php">About</a></li>
<li><a href="index.php">Bookmark</a></li>
and i want it to become
Home
News
Downloads
Support
About
Bookmark
any one can help :?:

Re: how to remove <> and every thing in it?

Posted: Mon Jul 05, 2010 5:55 pm
by Weirdan