Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. <?php
  2.     if(isset($_GET['submit45'])){
  3.         $searchq = $_GET['search'];
  4.         $searchq = preg_replace("#[^0-9a-z]#i","",$searchq);
  5.     }
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement