02.05.2015, 11:12 
	
	
	
		"... WHERE Username = `%s`"
Change to '%s' instead because it reads it as the field otherwise.
TIP: Escape strings in mysql to avoid SQL injection.
	
	
	
Change to '%s' instead because it reads it as the field otherwise.
TIP: Escape strings in mysql to avoid SQL injection.

