Page 1 of 1

Fatal error: Call to undefined function db_connect()

PostPosted: 04. August 2008 12:14
by tiva
Fatal error: Call to undefined function db_connect()

(XAMPP for Windows Version 1.6.6a)

How can solve ?

PostPosted: 04. August 2008 14:08
by Nobbie
Supply functiob db_connect() - there is no PHP function db_connect().

There is a db2_connect() (maybe you misstyped db_connect?), but no db_connect().

See PHP documentation for existing functions: http://www.php.net/docs.php

Re: Fatal error: Call to undefined function db_connect()

PostPosted: 05. August 2008 09:23
by guw
tiva wrote:Fatal error: Call to undefined function db_connect()

(XAMPP for Windows Version 1.6.6a)

How can solve ?
Did you disable some include() statements? Or not load all files coming with your program?