how to use the SELECT FROM WHERE
Posted: Fri Jul 21, 2006 9:47 pm
$sql = 'SELECT `clantag` FROM `leaguestats_clans` WHERE `clantag` LIKE \ 'gge\'
how do i reference it like, if i do $sql = 'SELECT `clantag` FROM `leaguestats_clans`
i can use a while loop to get all the info from the section i want by useing a simple if. But it cant find case sensetive strings. So how do i access other things in the same row of that query?
I might not be explaining it right, please help.
how do i reference it like, if i do $sql = 'SELECT `clantag` FROM `leaguestats_clans`
i can use a while loop to get all the info from the section i want by useing a simple if. But it cant find case sensetive strings. So how do i access other things in the same row of that query?
I might not be explaining it right, please help.