Skip to content

Instantly share code, notes, and snippets.

@norberttech
Created March 14, 2014 15:17
Show Gist options
  • Save norberttech/9549776 to your computer and use it in GitHub Desktop.
Save norberttech/9549776 to your computer and use it in GitHub Desktop.
<?php
$users = mysql_query(<<<EOT
SELECT `users`.`id`
FROM `users`
WHERE `users`.`regkey` = ''
ORDER BY `users`.`id` DESC
LIMIT 1
<<EOT);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment