Guest User

Untitled

a guest
Feb 27th, 2016
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?
  2. //Variables de configuración globales
  3. $servername = "localhost";
  4. $username = "clasephp";
  5. $password = "clasephp";
  6. $dbname = "agenda";
  7. ?>
Add Comment
Please, Sign In to add comment