php-general | 2003022
Date: 02/27/03
- Next message: Niklas Lampén: "RE: [PHP] File upload problem - permission denied"
- Previous message: Frans Bakker: "[PHP] File upload problem - permission denied"
- In reply to: Sunfire: "[PHP] classes and functions in include files"
- Next in thread: rush: "[PHP] Re: classes and functions in include files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> just a fast question here.. and the lotic probably isnt to bright on my
part
> and i think i know the answer to this question too but just to make
sure...
> if you can include variables in an include file and use them outside that
> file (in the file that includes that file that is) then can you do the
same
> with classes and functions
Yes. Most people put their common functions and classes into a single file
that's included() on every other page.
---John Holmes...
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Niklas Lampén: "RE: [PHP] File upload problem - permission denied"
- Previous message: Frans Bakker: "[PHP] File upload problem - permission denied"
- In reply to: Sunfire: "[PHP] classes and functions in include files"
- Next in thread: rush: "[PHP] Re: classes and functions in include files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

