• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Remove a text

binladun

New Member
Hi !

I have this text
Code:
<?php
$text =<<<EOF
<FORM>
<input type=text name=name value="%name%">
<input type=text name=age value="%age%">
<input type=text name=email value="%email%">
</FORM>
EOF;
?>

I'm looking for the PHP code that can loop thru the $text and remove the any string start with %xxxx%

Thanks for your help again.
 
Back
Top