[PHP-DEV] Linking Functions...

2002-12-16 Thread clarionhaze
Hi, How do I go about linking commonly used functions from a file on the server?

For example I want to put some common cookie functions I use in one file so that 
whenever I want to used that function I can just call it from the file with one line 
of code instead of putting 5 (or however many) lines of code.

Thanks in Advance.

-Steven


Re: [PHP-DEV] Linking Functions...

2002-12-16 Thread Derick Rethans
On Mon, 16 Dec 2002, clarionhaze wrote:

 Hi, How do I go about linking commonly used functions from a file on the server?
 
 For example I want to put some common cookie functions I use in one
 file so that whenever I want to used that function I can just call it
 from the file with one line of code instead of putting 5 (or however
 many) lines of code.

http://php.net/include

and please ask support questions on [EMAIL PROTECTED] next time, 
this list if for developing the PHP language, and not for PHP users.

Derick

-- 

-
 Derick Rethans http://derickrethans.nl/ 
 PHP Magazine - PHP Magazine for Professionals   http://php-mag.net/
-


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php