Guest User

Untitled

a guest
May 24th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. 5.
  2. <?php
  3. $host="localhost";
  4. $user="root";
  5. $pass="root";
  6. $link = mysql_connect ($host, $user, $pass)
  7. or die ("Neuspjesno spajanje na server");
  8. ?>
Add Comment
Please, Sign In to add comment