Posted by McHenry on 09/28/74 11:46
I have a function that when called from the body of a web page that reads a
db and outputs HTML.
This works well however I decided to add a return value to the function of
true or false to indicate if a record had been located.
As soon as I have a return value the function stops outputtig the HTML, if I
comment out the return value line in the fucntion the HTML is displayed
again ?
Why would a return value stop the function from outputting the HTML ?
Thanks in advance...
Navigation:
[Reply to this message]
|