Advertisement
Guest User

Untitled

a guest
Oct 11th, 2017
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. require_once 'queries.php';
  2. error_reporting(E_ALL);  // Turn on all errors, warnings and notices for easier debugging
  3. if (isset($_POST)) {
  4.   if (isset($_POST["search"])){
  5.     $query = htmlspecialchars($_POST['search']);
  6.   }
  7. }
  8. global $time1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement