Skip to content
Snippets Groups Projects
Commit b925232d authored by Angela Pham's avatar Angela Pham
Browse files

Adding sorting results

parent f94aad18
Branches
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
$content = "<h1>Angela's Record Store</h1>"; $content = "<h1>Angela's Record Store</h1>";
$sql1 = "SELECT first_name, last_name FROM artist"; $sql1 = "SELECT first_name, last_name FROM artist ORDER BY last_name, first_name ASC";
$result1 = mysqli_query($link, $sql1); $result1 = mysqli_query($link, $sql1);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment