Hi all!
I have a file (computeorg.inc) which contains functions for computation of some survey results.
When a user selects the dimension and the demography details that he'd like to view through a form, they then get taken to a page which displays the results they want. (These results are displayed in a table based on session variables computed by the functions)
However, when I try to include the functions file, I get a blank page, and the user is not taken to the respective page with the results. I can't re-direct them on the function file as i call up the functions quite a few times and they go to different pages. Any ideas?
Any help will be appreciated!
Thanks in advance.