I have written a php library but the problem is I don't know how to use functions from it on my pages.
Is include("library.php") the best/right/only way to do it?
Because I only wish to use functions from it, not write it to the client's page.
Thanks for your help.
(New to php as you can probably tell...)
Thanks Erato, I'll give it a go and take a look at the links.
And yes, I am a Java developer, amongst other things
Is include("library.php") the best/right/only way to do it?
Because I only wish to use functions from it, not write it to the client's page.
Thanks for your help.
(New to php as you can probably tell...)
Thanks Erato, I'll give it a go and take a look at the links.
And yes, I am a Java developer, amongst other things
