Is this a valid statement? "SELECT * FROM Table WHERE '$Value' BETWEEN Column1 AND Column2", with the columns as doubles?
Printable View
Is this a valid statement? "SELECT * FROM Table WHERE '$Value' BETWEEN Column1 AND Column2", with the columns as doubles?
Perhaps you should provide the actual PHP code if you are having any problems with it so that we can help you out.
I got it working; I just had a typo in my variable :S
Thanks for the replies everyone!