Re: [PHP] [SOLVED] Page Numbering
Dan Shirah wrote: Awesome. I just had to modify the outter query: $SQL = "SELECT TOP {$max_results} Value1, Value2 FROMmy_table WHERE credit_card_id NOT IN ( To read: $SQL = "SELECT TOP {$max_results} Value1, Value2 FROMmy_table
[PHP] [SOLVED] Page Numbering
Awesome. I just had to modify the outter query: $SQL = "SELECT TOP {$max_results} Value1, Value2 FROMmy_table WHERE credit_card_id NOT IN ( To read: $SQL = "SELECT TOP {$max_results} Value1, Value2 FROMmy_table WHERE my_tab