View Single Post
Old 12-21-2004, 06:19 AM  
Tim Tighty
Registered User
 
Join Date: Dec 2004
Location: Scandinavia
Posts: 46
PHP Code:
<?php
$strtoreplace 
"here is a link <href=test.php?id=1&1234=2345>terst</a>;"
$search "&";
$replace "#";
$text preg_replace($search$replace$strtoreplace);
echo 
$text ;
?>
__________________

Absolute Niche Cash | Your New Exclusive Partnership Programs
Email: [email protected] | ICQ: 297872720

Last edited by Tim Tighty; 12-21-2004 at 06:21 AM..
Tim Tighty is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote