03.10.2012, 14:32
Quote:
Won't work. You can't use strcmp with integers. You either need to convert all integers to strings and do a strcmp check, or convert all strings to integers and do a regular == check.
|
And I indeed with the fact that mysql is much faster is such things like this.