Hi,

I'm trying to create a module which will output a table based upon a variable.
Ive created a menu function to access it and i have created a form function to set the variable.
Now in the function ...form_submit i can set 2 things:

1. drupal message
2. return aka drupal_goto

I don't know how to present the table with the form variable.

Only thing i can do with these 2 options i set the message or forward to another page. I would like to display the table in the same page.

How can i generate a page with the table based upon the variable? I already have the function available which can generate the table.

I'm sorry for my bad english, if i need to give some more details please let me know.

-carlo