> I have a function that checks to see if values are present in a db. > Within the function is a call to the. The function itself is in a file > titled functions.php. > > When I try to call the function it states: > > *Fatal error*: Call to undefined function usernameCheck() > in *C:\WebDev\Work Directory\Testing\db_conn\loginC.php* on line *30 > > I can call functions from include files - right. > > Wade
Where is the function defined? The main file or the included file? James _____ James D. Keeline http://www.Keeline.com http://www.Keeline.com/articles http://Stratemeyer.org http://www.Keeline.com/TSCollection http://www.ITeachPHP.com -- Free Computer Classes: Linux, PHP, etc. Spring Semester Begins Jan 31 -- New Classes Start Every Few Weeks. Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
