Guest User

It is very essentia

a guest
Jul 1st, 2016
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.43 KB | None | 0 0
  1. hi php code: Users Managing System with Profile and Shout Box
  2.  
  3.  
  4.  
  5. <?php
  6.     $host="localhost"; // Host name
  7.     $username="root"; // Mysql username
  8.     $password=""; // Mysql password
  9.  
  10. $lastuser='';
  11. $link=mysql_connect($host, $username, $password);
  12. $username='';
  13. if(!$link) die('
  14. <p style="text-align: center;   font-size: 20pt;"><span style="color: #FF0000;">Failed to connect to the database! </span>
  15.  
  16. next : http://tinyurl.com/z25u54j
Add Comment
Please, Sign In to add comment