PHP Quoting and Escaping at Kaboodle
  • Print Print

PHP Quoting and Escaping

by adoram

0 Hearts

View:   List | Grid | Slideshow
flag-list Flag List
This list will be added to your My Favorites list.

Cancel
default
top 10 php vulnerabilitie...

See this at: php-net.net| Added on 10/30/06

The Open Web Application Security Project released a helpful document that lists what they think are the top ten security vulnerabilities in web applications. These vulnerabilities can, of course, exist in PHP applications. Here are some tips on how... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Input Validation

See this at: securephpwiki.com| Added on 10/30/06

All input should be escaped by using the relevant escaping method (which depends on the resource your data will get into). The important thing is not where the data comes from (any source should be considered untrusted), but instead it is important... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.

See this at: 72.14.253.104| Added on 10/30/06

G o o g l e automatically generates html versions of documents as we crawl the web. To link to or bookmark this page, use the following url:... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
mysql_real_escape_string...

See this at: google.com| Added on 10/30/06

strip_tags() html_entity_decode() and the 2 preg_replace() lines And running mysql_real_escape_string() on the variables, but when I check phpMyAdmin the ... www.devnetwork.net/forums/viewtopic.php?t=56839 - 116k - Cached - Similar pages - Site info... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
php quoting escaping -...

See this at: google.com| Added on 10/30/06

Having the PHP directive magic_quotes_sybase set to on will mean ' is instead escaped ... The standard way to escape quotes in SQL (not all SQL databases, ... www.php.net/addslashes - 47k - Cached - Similar pages - Site info

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.

See this at: annevankesteren.nl| Added on 10/30/06

The problem is quite simple and obvious. The user submits something through a post and you catch that value in $_POST['foo'] or so and you want to do something with it. Let’s say the user submits his name and you want to put it in the database (which... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.

Sign in to comment. Not a member yet? Sign up here.

Share This List!

Share via URL:

Delete