Hey,
I know theres some PHP geeks here
I have a simple question that i cant find an answer for.
example function:
PHP Code:
function test_func()
{
//Do some things here
$Value = "Result in here"
}
I then want to echo the result to the page but thats where i can not get things to work, what do i have to do to get this value to echo?
An example would really help me then i can see what i need to do or if i am doing something wrong?
Thanks,
Lee.