Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- any suggestion to make it more faster like less then a second?


StoutFiles - 2:01 pm on Feb 5, 2013 (gmt 0)


i never use BETWEEN
i always use: WHERE x>=y AND x<=z


BETWEEN is translated to x>=y AND x<=z anyways, so it makes no difference speed wise. I agree that it's better to not use BETWEEn given you get a better level of control with no speed costs.


Thread source:: http://www.webmasterworld.com/php/4542432.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com