mouseattack
08-24-2005, 06:18 PM
Hi guys,
I'm trying to learn how to strip all PHP from a page.
My alogrithm so far is to strip EVERYTHING between <? and ?>
Will that work? Are there any ways someone can still run a php code if I strip those tags and EVERYTHING between them.
Next, would someone who know's regular expressions, be so kind as to tell me how to make a WILDCARD unlimited characters long, until it reaches the ?> please.
Thanks.
I just want to strip from <? ANYTHING IN HERE ?>
Thanks again.
I'm trying to learn how to strip all PHP from a page.
My alogrithm so far is to strip EVERYTHING between <? and ?>
Will that work? Are there any ways someone can still run a php code if I strip those tags and EVERYTHING between them.
Next, would someone who know's regular expressions, be so kind as to tell me how to make a WILDCARD unlimited characters long, until it reaches the ?> please.
Thanks.
I just want to strip from <? ANYTHING IN HERE ?>
Thanks again.
