----- Original Message ----- From: "Maxim Maletsky" <[EMAIL PROTECTED]> To: "Nate" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, February 10, 2003 5:42 AM Subject: Re: help plz server
> please forward this email to `[EMAIL PROTECTED]' > > > -- > Maxim Maletsky > [EMAIL PROTECTED] > > > > "Nate" <[EMAIL PROTECTED]> wrote... : > > > ok i have a problem.... > > my computer/server got messed up a week ago i just got my server back up and i installed php well my requires and includes don't work my path is this: > > > > include_path = "..;c:\inetpub\wwwroot" > > > > i dunno what's up with it it should work but it keeps coming up with this: > > > > Warning: main(/includes/functions.inc) [function.main]: failed to create stream: No such file or directory in c:\inetpub\wwwroot\stats\include.php on line 1 > > > > Fatal error: main() [function.main]: Failed opening required '/includes/functions.inc' (include_path='..;c:\inetpub\wwwroot\') in c:\inetpub\wwwroot\stats\include.php on line 1 > > > > the page resides in c:\inetpub\wwwroot\stats\ > > this is the code for the page: > > > > <? require('/includes/functions.inc'); ?> > > <HTML> > > <HEAD> > > <meta name="Description" content="BFD's Stat Page"> > > <?PHP > > require ("/includes/Sec.inc"); > > > > if (isset($_REQUEST['inc'])) > > require ($_REQUEST['inc']); > > else > > require ("index.php"); > > > > require ("/includes/parts/bottom.inc"); > > ?> > > > > can ya help me at all? > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php