Hi,
I have a number of PHP helper functions that I reuse frequently. Currently, I put related functions into an include file and then include each file when one of those functions is needed. I was thinking that it would be worth exploring the idea of not having to include these, but rather have these built into my installation of php.
Can someone point me in the right direction? I'm hoping to do this in PHP as I don't know much C/C++.
Thanks in advance for any thoughts.