[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)

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