Jump to content

include


blink359

Recommended Posts

got at the start of my script

include('config.php');

 

which is

<?php

$dbhost = "localhost";      //database host goes here

$dbuser = "your_user";        //database user goes here

$dbpass = "your_password";  //database password goes here

$dbname = "logon";      //database name goes here

?>

it just echos that info what wrong? im only just starting to use include cos it saves time but i dont know how to do properly

Link to comment
https://forums.phpfreaks.com/topic/155886-include/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.