GLOBAL'ing functions
Posted: Mon Dec 02, 2002 7:06 pm
I'm creating a large link indexing program.
What I want is to be able to allow the webmaster to copy a short code:
and not have to include a file on each page.
Does GLOBAL have a function like this? That will be able to make a function global through the whole site?
What I want is to be able to allow the webmaster to copy a short code:
Code: Select all
<?php showlinks(4); ?>Does GLOBAL have a function like this? That will be able to make a function global through the whole site?