problem with php+mysql
Posted: Fri Oct 24, 2008 4:52 am
hi
i built a simple function that get a string of a username ,search the db and check if it exsist.
the problem is when i enter an hebrew string (of a username that exist in db)
the function in IE returen that it isnt exist and on FF it works fine (return true - the user exsist)
(when i enter an english username the function forks fine for the both of the browser)
all my pages encoded as utf-8 including my db.
what seems to be the problem?
thx.
i built a simple function that get a string of a username ,search the db and check if it exsist.
the problem is when i enter an hebrew string (of a username that exist in db)
the function in IE returen that it isnt exist and on FF it works fine (return true - the user exsist)
(when i enter an english username the function forks fine for the both of the browser)
all my pages encoded as utf-8 including my db.
what seems to be the problem?
thx.