Hello,
Im struggeling for a few days now to get the Php Ajax Recordset Paging working but i don't get any output.
I am pretty sure is must be the sql comamand:
Now i use: mysql_select_db($database_connxxxxxxxx, $connxxxxxxxx); $query_Rsproducts = "SELECT * FROM products"; $Rsproducts = mysql_query($query_Rsproducts , $connxxxxxxxx) or die(mysql_error()); $row_Rsproducts = mysql_fetch_assoc($Rsproducts ); $totalRows_Rsproducts = mysql_num_rows($Rsproducts );
With the do-while command it works, so the query is filled but i think it is not the right way for hp Ajax Recordset Paging?
The problem is that in the DwZone 'help' area the youtube video is not good. It is for asp even though i look at Php Ajax Recordset Paging. Can anybody tell me what sql command i have to give for php? I searched on other sites and the use sqli, must i you ist also, and if yes, what syntax?
Thanks in advance.
Ps. Sorry for the bad english, im dutch, English is not my main language.
Greetings,
Jos
|
|
|