At 17.09.2001 23:22, Bas Jobsen wrote:
>place connect.php in teh same dir as confirmregistration.php (/mall/)
or even simpler... create connect.php or change the require() to a include()
>----- Original Message -----
>From: "its me" <[EMAIL PROTECTED]>
>Subject: [PHP-DB] include_path
>
> > Fatal error: Failed opening required 'connect.php'
>(include_path='.:/usr/local/lib/php') in
>/home/sites/site92/web/mall/confirmregistration.php on line 3
> > and
> >
> > Fatal error: Failed opening required 'connect.php' (include_path='') in
>/home/sites/site92/web/mall/confirmregistration.php on line 3
> >
> >
> > and my script is:
> >
> > <?php
> > session_start();
> > require("connect.php");
> > ?>
> >
> >
> >
--
Andreas D Landmark / noXtension
Real Time, adj.:
Here and now, as opposed to fake time, which only occurs there
and then.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]