> Is it will increase the processing time when too many "include" process in > a > program?
Well, each include() takes up time, so yes. It depends on what you're including, though, as to how big of an impact it has on your program. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php