FrontPage »
Forums »
DaoGen Forums » Security issue!!!
Security issue!!!
Posted by anonymous 22.04.2006 00:55
Should check the sql queries before execute, but there is no such function in DaoGen.
Re: Security issue!!!
Posted by anonymous 09.10.2006 12:33
before calling dao's function, you can call mysql_real_escape_string translate the dangerase symbols.
Re: Re: Security issue!!!
Posted by anonymous 11.02.2008 23:22
> anonymous 09.10.2006 12:33
> before calling dao's function, you can call mysql_real_escape_string translate the dangerase symbols.
But Dao's function should calls mysql_real_escape transparently to user...