Welcome Guest, Not a member yet? Register   Sign In
callback with multiple parameters
#1

[eluser]Blaskunk[/eluser]
Hello world !

I use a callback like that :

callback_test[todo]

in my function :

test($str='',$string='')
{
echo "00$string00";
}

in fact, my function print "0000", so i don't understand why I don't manage to show "00todo00" ...

Need you to work please !!
Have a nice day !
#2

[eluser]InsiteFX[/eluser]
Code:
echo "00".$string."00;

InsiteFX
#3

[eluser]Blaskunk[/eluser]
it's the same thing...
#4

[eluser]InsiteFX[/eluser]
Well you really did not show your callback code!

Show your code so we can help you

Please use code tags!
Code:
// remove ending spaces.

[code ]

[/code ]

InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB