Skip to content

Instantly share code, notes, and snippets.

@DavidMellul
Last active March 2, 2018 08:56
Show Gist options
  • Save DavidMellul/680fa8843cb16e39fb20313fcbe5bf3f to your computer and use it in GitHub Desktop.
Save DavidMellul/680fa8843cb16e39fb20313fcbe5bf3f to your computer and use it in GitHub Desktop.
<?php
$filter = $_GET['filter'];
echo "<p>Results for $filter</p>";
$filtered_list = $database->search_query($filter);
/* Rendering stuff */
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment