Hi David, Thank you for your reply.
Does it make the system secure if a $_GET value is first escaped before used in an if statement? Kind Regards, Jeff On Tuesday, August 28, 2012 9:22:11 PM UTC+12, jeff wrote: > > Hi, > > Is make it more secure if a $_GET value is escaped on an if statement? > > ie. if( $_GET['flag']=='1' ) > > Cheers, > Jeff > > > -- NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected]
