function

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I need to access a FUNCTION I programmed within a different FUNCTION.  Are these able to be passed like a variable?  Or are they able to become like a $_SESSION variable in nature?  How am I able to do this?  

I am essentially programming:

===
function name( $flag1, $flag2 ) {

# some PHP

echo name_of_a_different_function( $flag1 , $flag2 );

}
===

The error I am receiving is “Call to undefined function name_of_a_different_function”

Thanks, Ron

Ron Piggott


www.TheVerseOfTheDay.info 

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux