Is this a valid statement? "SELECT * FROM Table WHERE '$Value' BETWEEN Column1 AND Column2", with the columns as doubles?
| SitePoint Sponsor |
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.
<?php//Kyle Wolfeecho devBlog("My Dev Notes");


I got it working; I just had a typo in my variable :S
Thanks for the replies everyone!
Bookmarks