Mc Ghoush
Mon 13th Aug '01, 7:03am
I know that I asked a lot of questions, but i hope you will excuse me, learning a new programming language is not easy as you know ...
My new question is :
I wanted to spcify a limit for mySql Query using this statement ,
$sql_query = "SELECT * FROM gb1 order by id DESC LIMIT" . $start . "," . $end ;
But it didn't work ...
What shall i do to do that ??
Thanx ...
My new question is :
I wanted to spcify a limit for mySql Query using this statement ,
$sql_query = "SELECT * FROM gb1 order by id DESC LIMIT" . $start . "," . $end ;
But it didn't work ...
What shall i do to do that ??
Thanx ...