Guest User

Untitled

a guest
Apr 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. <?
  2.  
  3. $search_query=$_POST['search_query'];
  4.  
  5.  
  6. $con=mysql_connect('localhost','petpoi2y_usernam','cmipl1234');
  7. if (!$con)
  8.   {
  9.   die('Could not connect: ' . mysql_error());
  10.   }
  11. mysql_select_db("petpoi2y_db1", $con);
  12. mysql_query("$die",$con);
  13.  
  14. ?>
Add Comment
Please, Sign In to add comment