if (!preg_check("/^[-0-9A-Z_@\s]+$/i", $this->_userName)) {
if (!preg_check("/^[\w-0-9A-Z_@åäöÅÄÖ\s]+$/i", $this->_userName)) {
Incorrect integer value: 'Rikard MÖ' for column 'userlog_user_id' at row 1
if (!preg_check("/^[\w-0-9A-Z_@ å Å Ä ä Ö ö\s]+$/i", $this->_userName)) {
if (!preg_check("/^[-0-9A-Z\xe6\xc6\xf8\xd8\xe5\xc5\xf6\xd6\xe4\xc4\/._@\s]+$/i", $this->_userName)) {
Incorrect integer value: 'Rikard MÖ' for column 'userlog_user_id' at row 1
Incorrect integer value: 'Tony' for column 'userlog_user_id' at row 1
Quote
The query is not even right.. how can you search A-Z in an ID column?
- by hien
Category Forum
Modifications and Requests - 8Labels
None yet
Statistics
6 participants
Notifications
You are not receiving notifications from this thread.
Related Questions