Skip to content

Instantly share code, notes, and snippets.

@vielhuber
Last active September 22, 2017 23:12
Show Gist options
  • Select an option

  • Save vielhuber/214ba668416cd0122771 to your computer and use it in GitHub Desktop.

Select an option

Save vielhuber/214ba668416cd0122771 to your computer and use it in GitHub Desktop.
DB fetch row #php #sql
<?php
$sql->query("SELECT * FROM table WHERE ID = 1;")->fetch_assoc();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment