Hi,
I used SELECT DISTINCT on an access db through odbc the other day and it worked fine. I'm trying to do it on a mySQL db, but nothing seem to work.
my query:
$q_end_usr = mysql_query("SELECT DISTINCT user_id FROM timerec.tbl_time ORDER BY user_id"
how do i get that value back through php?
i used all kinds of while structures, but nothing seems to work.
thanx ######## CtN ########
I used SELECT DISTINCT on an access db through odbc the other day and it worked fine. I'm trying to do it on a mySQL db, but nothing seem to work.
my query:
$q_end_usr = mysql_query("SELECT DISTINCT user_id FROM timerec.tbl_time ORDER BY user_id"
how do i get that value back through php?
i used all kinds of while structures, but nothing seems to work.
thanx ######## CtN ########