Posted by Carl Vondrick on 09/28/25 11:46
McHenry wrote:
> Why would a return value stop the function from outputting the HTML ?
Where did you put the return value? If you put it BEFORE the output, the
function execution would end before it got the output.
Also, how is the function called? Could something react depending on the
return value? (IE: output buffering).
Carl
--
Carl Vondrick
Web-Enginner
www.CarlSoft.net
To contact me, please use my website.
Navigation:
[Reply to this message]
|