Re: problem calling functions

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

 



2007. 10. 19, péntek keltezéssel 11.15-kor afan pasalic ezt írta:
> hi
> I have a problem with calling functions:
> 
> <?php
> function solution1($var1)    {
>     // some code
> }
> 
> function solution2($var2)    {
>     // some code
> }
> 
> function solution3($var3)    {
>     // some code
> }
> 
> if ($function == 'solution1' or $function == 'solution2' or $function ==
> 'solution3')
> {
>     $my_solution = $function($var); # this supposed to call one of
> "solution" functions, right?
> }
> ?>

what's wrong with this?

greets
Zoltán Németh

> 
> suggestions?
> 
> thanks.
> 
> -afan
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[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