Guest User

Untitled

a guest
Nov 20th, 2017
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. $serverName="localhost:81";
  3. $userName="root";
  4. $password="";
  5. $con= mysqli_connect($serverName,$userName,$password);
  6. if($con) echo 'Connected';
  7.  
  8. ?>
Add Comment
Please, Sign In to add comment