Fatal error: Call to undefined function:
Posted by: james (---.ed.shawcable.net)
Date: December 22, 2005 07:03PM

i have just installed the new WAMP server. i have 2 pages

one with a function called dbConnect()

another that includes that function;

// Include config file
include('connection.php');

// Connect to database
$link = dbConnect();

when i view the page i get the following error

Fatal error: Call to undefined function: dbconnect() in D:\...\gallery.php on line 14

what is causing this and how can i fix this. it was working on the old version.

Re: Fatal error: Call to undefined function:
Posted by: james (---.ed.shawcable.net)
Date: December 22, 2005 07:06PM

do i have to use <?php and not <?

Sorry, only registered users may post in this forum.