Date: 06/14/02
- Next message: Stuart Dallas: "Re: [PHP-DB] problem with login script"
- Previous message: Daniel Brunner: "Re: [PHP-DB] auto increment"
- In reply to: Hutchins, Richard: "RE: [PHP-DB] problem with login script"
- Next in thread: Stuart Dallas: "Re: [PHP-DB] problem with login script"
- Reply: Stuart Dallas: "Re: [PHP-DB] problem with login script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Stuart Dallas: "Re: [PHP-DB] problem with login script"
- Previous message: Daniel Brunner: "Re: [PHP-DB] auto increment"
- In reply to: Hutchins, Richard: "RE: [PHP-DB] problem with login script"
- Next in thread: Stuart Dallas: "Re: [PHP-DB] problem with login script"
- Reply: Stuart Dallas: "Re: [PHP-DB] problem with login script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

