Skip to content

Instantly share code, notes, and snippets.

@pabloprogramador
Created September 7, 2013 17:35
Show Gist options
  • Select an option

  • Save pabloprogramador/6477541 to your computer and use it in GitHub Desktop.

Select an option

Save pabloprogramador/6477541 to your computer and use it in GitHub Desktop.
busca ajax
<?php
$sql = "Order By Case When campo_nome Like '{$nome}%' Then 0 Else 1 End Asc";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment