Hi,
After instantiating an object and doing some processing with it, is it possible for my object to still get information from the user ?
I find that to get information from the user I have to display out a HTML. But by doing this I would have passed control to the HTML form. The only way after this is for the HTML to have ACTION=somefile.php to call another php file ( which might be used to instiantiate another object )
As can be seen my original object is dead beyond any help by then.
HELP !!!
Terrance