Guest User

Untitled

a guest
Mar 21st, 2018
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php
  2.  
  3.     $host='localhost';
  4.     $user='root';
  5.     $password='usbw';
  6.  
  7.     $dbname = 'inout';
  8.  
  9.     $conn = mysql_connect($host,$user,$password);
  10.     $db=mysql_select_db($dbname);
  11.  
  12.     header('Content-Type: text/html; charset=utf-8');
  13.  
  14.  
  15. ?>
Add Comment
Please, Sign In to add comment