HI again peeps.
I was wondering if theres a way to send variables to a page without GET?
The reason is that theres a small page with a form on. There is a session set with a user-id. I want this user-id to go to this form page, however the page doesn't access the sessions.
my way around this was to put the session into a variable in the URL, but the user can always change this and enter data under some other id.
to get the page, there's a link in a <select> box, which when clicked will go to this page.
Is there a way to send a variable to this page without GET or SESSION?





It sounds like your database design needs work. You should only ever have one atomic value in a column; never a list.

Bookmarks