i have a function
lets say
function myfunc()
{
echo 'hi';
}
now the code may call the function myfunc more than a time
but there should be only one time echo of 'hi'
pliz help anything could work .... but all my effort in vain
static variable ????
global variable checking ???
code in a separate file n making include_once ?????
pliz help