Re: [PHP] XSS Preventing.

2009-06-23 Thread Caner Bulut
Michael, I can be useful for me. It seems there will be not ant charset problem occurs. Thanks for help. Caner. 2009/6/23 Michael A. Peters mpet...@mac.com Caner BULUT wrote: Hi Guys, I have a question if you have any knowledge about this please let me know. I getting data from a

[PHP] XSS Preventing.

2009-06-22 Thread Caner BULUT
Hi Guys, I have a question if you have any knowledge about this please let me know. I getting data from a form with POST method like following. $x = htmlentities($_POST['y']); . After getting all form daha I save them into DB, I used mysql_real_escape_string. I have an page

Re: [PHP] XSS Preventing.

2009-06-22 Thread Michael A. Peters
Caner BULUT wrote: Hi Guys, I have a question if you have any knowledge about this please let me know. I getting data from a form with POST method like following. $x = htmlentities($_POST['y']); . After getting all form daha I save them into DB, I used