Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2000071

[PHP] assign value to var From: n e T b r a i n (net-brain <email protected>)
Date: 07/07/00

Hi,

this couldn't make any sense, but I'm wondering How is possible to assign a
function to a variable.... I mean:

        my_function() {
                print "Hello World!";
        }

        $my_var=(____the function above____) ;

Any help will be appreciated.

max

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>