export file not including all records
There are1531 records in our db, but this attached file will only export the most recent 1000. Any idea why that's happening?
There are1531 records in our db, but this attached file will only export the most recent 1000. Any idea why that's happening?
Line 4 limits the number of records:
$WADAhands_of_iceland = new WA_MySQLi_RS("WADAhands_of_iceland",$janadb_mysqli_2022,1000);
Change that to:
$WADAhands_of_iceland = new WA_MySQLi_RS("WADAhands_of_iceland",$janadb_mysqli_2022,0);
Then all records will be returned
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.