19.02.2012, 12:22
help with mysql query
19.02.2012, 12:29
For first, put the value of the E-mail in a String Variable and check it with STRCAT
19.02.2012, 12:34
PHP код:
SELECT `email` FROM `yourtable` WHERE `name` = 'John' AND INSTR(`email`, '@') <> 0
19.02.2012, 12:59
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)