I have developed some functions for my site that I find myself reusing quite a bit. Up to now, I have copied and pasted these functions into each page. But surely there is some way to create a personal code library.
I've even seen reference by others on the boards who have mentioned their personal library.
Here's my question...
How do I create one? Is it just a php file? like my_lib.php?
Can I simply include this file in my code... include('my_lib.php');
How do I think call functions from it?
Thanks in advance for such a basic question. I've searched and can't seem to find this simple answer.
Centurion