PHP and MySQL both running, won't connect
Posted: Sat Jan 10, 2004 3:37 pm
Hi,
I am new to PHP and MySQL but i'm running a server and trying to connect some files to a db...i'm using the require() command along with some include files that should log me into my db but it's not working...can someone help???
In my PHP file:
<?php
require("inc/config.inc");
require("inc/auth.inc");
include("inc/header.inc");
?>
I am new to PHP and MySQL but i'm running a server and trying to connect some files to a db...i'm using the require() command along with some include files that should log me into my db but it's not working...can someone help???
In my PHP file:
<?php
require("inc/config.inc");
require("inc/auth.inc");
include("inc/header.inc");
?>