BlackMagic
May 13th, 2009, 11:44 PM
Someone from another forum told it was
SELECT * FROM characters WHERE gm BETWEEN 1 AND 5
so this is resolved
Im doing this for a game server working on a php script so what I wanna do is something like this
SELECT * FROM characters WHERE gm='1'
How can I contuine thru 5 I wanna do gm 1-5 any ideals I tried using AND and AND but na didn't work lol im brain dead today normally im good with this kinda stuff but alot of things are on my mind i cant focus
SELECT * FROM characters WHERE gm BETWEEN 1 AND 5
so this is resolved
Im doing this for a game server working on a php script so what I wanna do is something like this
SELECT * FROM characters WHERE gm='1'
How can I contuine thru 5 I wanna do gm 1-5 any ideals I tried using AND and AND but na didn't work lol im brain dead today normally im good with this kinda stuff but alot of things are on my mind i cant focus