PHP MySql Config.php


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php
  2. $db_host = "localhost";
  3. $db_user = "user";
  4. $db_password = "pass";
  5. $db_name = "name";
  6. ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.