Not a member? Signup now
» PHP
SELECT id, CONCAT(firstname, ' ', lastname) AS fullname FROM `$table` ORDER BY id DESC