On 14 March 2004 02:14, Benjamin wrote:

> What kind of error does it give you?  Because in the snippet you gave
> us you wrote
> 
>  > include "mainmenu.php"; // Which gives me an error !
> 
> And that should give you an error because it should be
> 
> include( "mainmenu.php" );  //note parenthesies

Nope.  Perfectly valid without the parentheses -- do it all the time.

Cheers!

Mike

---------------------------------------------------------------------
Mike Ford,  Electronic Information Services Adviser,
Learning Support Services, Learning & Information Services,
JG125, James Graham Building, Leeds Metropolitan University,
Beckett Park, LEEDS,  LS6 3QS,  United Kingdom
Email: [EMAIL PROTECTED]
Tel: +44 113 283 2600 extn 4730      Fax:  +44 113 283 3211 

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

Reply via email to