engel


Member since 11/28/2007

Location: Phoenix, AZ, USA

Website: http://engel.uk.to

1 snippets

4491 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet popular snippet:having a snipplet with 20 favorites

engel's Recent SnippetsTagged sql



« Prev 1 Next »
Pass a user-inputted variable to this function in order to prevent SQL injection. Example: mysql_query("INSERT INTO table VALUES('" . sql_sanitize($_POST["variable") . "')"); Instead of: mysql_query("INSERT INTO table VALUES('" . $_POST["var...
34 4287 posted 16 years ago by engel
« Prev 1 Next »