Hello Group
Is it possible to have a line like this in one page
<A HREF=\'view_records.php? var=\"something\" \'>
which then updates a session variable var of the same name
on the next page.
I have tried this and it ignores the assignment.
Is it a problem with the scope of the session variable and the scope of the variable passed using URL tagging?
Any thoughts or insights would be kindly received
Paul