Hi!
Got a question here,
If i use something like this:
$SQL_statement = "SELECT * FROM maintable WHERE description LIKE '%$keyword%' AND cat_id='$detectnumber' LIMIT " . $start . "," . $limiet;
$resultset = mysql_query($SQL_statement);
$num_rows = mysql_num_rows($resultset);
while ($data = mysql_fetch_array($resultset)){
.....
display the elements here......
Does the array have to be cleared if i fill it again with data?, i mean $data for instance.
Because i am having some problems with elements being displayed.
Take a look here:
213.93.21.194
Click on photographs->By categorie->select outdoor architecture->type 'door' (without the quotes)
You'll see page navigation at the bottom. They all work, except the last one.
Bit hard to explain, i know..
Thanks in advance!
Fish