Assume there's a table called "test_table" with two columns called "column1" and "column2". Could you please provide a PHP script that 1) sorts the table by column1, and 2) display both column1 and column2 in a table, row by row, until there are no more rows. Thanks!