> include ('common_include.inc'); // this include file has a line - include
> ('adodb.inc.php');
>
>
> maybe it should be (?)
> ------
>
> include ('adodb.inc.php');
> include ('common_include.inc');
>
That is how I would do it, especially if any functions in common_include
use any adodb functions.
--
PHP Windows 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]