In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Aaron Moore) wrote:

> resides in line 6 of test.php where i try to call a function which is in
> function.php
> 
> the test.php file :
> _______________________________________
> <?php
> require("functions.php");

<snip>

> function.php file :

Umm, so is the file called "function.php", or is it "functions.php"?  'Cuz 
it's the latter that you've attempted to include...

-- 
CC

-- 
PHP General 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]

Reply via email to