How could this be:
I'm trying to SELECT records from my database WHERE userName='some_username'
I know for sure that such records exist there but nothing is returned on most requests (except one - and this makes the situation even stranger).
Could this be some problems with charset, for example - I added records via DB admin and making requests now in browser?
Any ideas are very welcome!
I'm trying to SELECT records from my database WHERE userName='some_username'
I know for sure that such records exist there but nothing is returned on most requests (except one - and this makes the situation even stranger).
Could this be some problems with charset, for example - I added records via DB admin and making requests now in browser?
Any ideas are very welcome!
