http://www.turtletips.com/random/specialphp.php
Enter in the textbox some text with embedded PHP in it, click Submit Query, and then copy and paste the results. For example, I typed in:
And it returned this:
Quote:
Scanning: this is a <? test ?>
Init'ing...
PHP tag opened: ...t ?>? test ?>...
PHP tag closed: ...s is a <? test ?>...
Finished (0.52 msec)
Found 1 PHP tags, 1 other; is this correct?
PHP tags:
Array
(
[0] => test
)
Everything else:
Array
(
[0] => this is a
)
|
It's for a way cool hack I'm working on.