Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- require_once 'queries.php';
- error_reporting(E_ALL); // Turn on all errors, warnings and notices for easier debugging
- if (isset($_POST)) {
- if (isset($_POST["search"])){
- $query = htmlspecialchars($_POST['search']);
- }
- }
- global $time1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement