Errors on

How to get php info?

<?php phpinfo();
?>

<a href="http://popoff.donetsk.ua/text/xmlfilter" onClick="alert('Hacked!');">

Tag attribute not allowed: a.onClick [a]

How this works?</a>
<table><tr><td>q</td></tr><i>

The only tags allowed as child of the current container: tbody,tr [table i]

<b>

The only tags allowed as child of the current container: tbody,tr [table b]

w</b></i></table>

Errors off

How to get php info?

<?php phpinfo();
?>

<a href="http://popoff.donetsk.ua/text/xmlfilter" onClick="alert('Hacked!');">How this works?</a>
<table><tr><td>q</td></tr><i><b>w</b></i></table>

Errors off, show source
<h2>How to get php info?<hr /></h2>
<code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php&nbsp;phpinfo</span><span style="color: #007700">();<br /></span><span style="color: #0000BB">?&gt;</span>
</span>
</code><br />
&lt;a href=&quot;http://popoff.donetsk.ua/text/xmlfilter&quot; onClick=&quot;alert(&#039;Hacked!&#039;);&quot;&gt;<b>How this works?</b>&lt;/a&gt;<br />
&lt;table&gt;&lt;tr&gt;&lt;td&gt;<i><b>q</b></i>&lt;/td&gt;&lt;/tr&gt;&lt;i&gt;&lt;b&gt;w&lt;/b&gt;&lt;/i&gt;&lt;/table&gt;


In text mode, show source
How to get php info?
~~~~~~~~~~~~~~~~~~~~
<?php phpinfo();
?>
<a href="http://popoff.donetsk.ua/text/xmlfilter" onClick="alert('Hacked!');">How this works?</a>
<table><tr><td>q</td></tr><i><b>w</b></i></table>