Code: Select all
<ul>
<li><?php enclink(\"wordpress.org\",\"WordPress\"); ?></li>
<li><?php echo(\"testing\"); ?></li>
<li>' . enclink("b2evolution.net","b2evolution") . '</li>
<li>' . enclink("nucleuscms.org","Nucleus") . '</li>
<li>' . enclink("pmachine.com","pMachine") . '</li>
</ul>http://www.goonsquad.org/faqs
(Hint: Search for b2evolution and look directly above it.)
As you can see, the PHP code isn't executing.
I have tried it without escaping the quotes, with escaping them and using single quotes, nothing seems to return anything.
Does anyone know of a way to parse the php code after returning a query from sql?
Thanks.