Re: [PHP-DB] problem with login script From: Jason Wong (phplist <email protected>)
Date: 06/14/02

On Friday 14 June 2002 20:23, Hutchins, Richard wrote:
> I haven't been following your whole thread on this issue, but I did notice
> that the syntax for your include statement is incorrect. Try this:
>
> <?
> include("functions.php");
> ?>

Doesn't really matter, it works with or without parentheses.

> I've been working with includes recently and that's the standard syntax.
> Furthermore, if you put the functions.php file in a different directory,
> remember to use double slashes in the path (i.e.
> path\\foo\\bar\\functions.php).

That's only relevant if using a Windows server.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/* We had to turn off that service to comply with the CDA Bill. */

-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php