Forum: PHP
05-24-2011, 11:58 AM
|
|
Replies: 23
Views: 33,292
To add to this, don't forget that % and _ are...
To add to this, don't forget that % and _ are both special characters in SQL. It is, however, much safer (harder to make mistakes) to limit input to the characters you want (e.g. [a-zA-Z0-9]) than to...
|