Prevent User to not entering any iframes or any data in php.

Hi

The user can able to enter i frame from header. How to stop him by doing this,
address=>">
<iFraMe src…

Please update it is very urgent

Thanks in Advance.
Achyuth

Hi,

Can any one reply to this topic please it is urgent.

Thanks,
Achyuth.

It would help to see some code in order to help you and do yourself a favor —> wrap you code:

An example:
[php]$data = array(‘title’ => htmlspecialchars($_POST[‘title’]), ‘content’ => htmlspecialchars($_POST[‘content’]), ‘’);[/php]

So other people can see it better.

Sponsor our Newsletter | Privacy Policy | Terms of Service