Hi All: Many of my pages has similar lines of code that I would like to group and have it inserted when required:
if ($HTTP_SESSION_VARS[first_name]){ $header='...'; .... } else { $header='...'; }; I placed the code in separate file and tried implode but I think I am doing something wrong. How can I make it in some type of module and insert it in php code when required? Thanks Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php