mysql querying problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
Stryks
Forum Regular
Posts: 746
Joined: Wed Jan 14, 2004 5:06 pm

Post by Stryks »

You still working on this?

Did you try using trim on the values going in and coming out?

Also, any reason why you wouldn't use

Code: Select all

If(!isnull($something))
instead of

Code: Select all

$something!==NULL
Not saying it'll solve it, just wondering.
Post Reply