Skip to content

Instantly share code, notes, and snippets.

@DavidMellul
Created March 1, 2018 14:53
Show Gist options
  • Save DavidMellul/16bc206f1487d8e547e2a5334548d3c4 to your computer and use it in GitHub Desktop.
Save DavidMellul/16bc206f1487d8e547e2a5334548d3c4 to your computer and use it in GitHub Desktop.
<?php
$filter = $_GET['filter'];
$filtered_todo_list = $database->query("SELECT * FROM Todos WHERE name LIKE '.$filter."'");
/* Rendering part */
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment