Hi all.
I have a value (result of a SQL query) that I'd like to register with session_register();
The problem is that session_register() has to be written in the very first lines of the code while I got a value for my variable at the end of the code (after the query...).
I though at passing the value to another page and there to do session_register().
Is it possible to do such a thing? something like:
header('Location: http://my_url/my_page.php?var=value_I_get');
If somebody had the right (and accurate coz I'm very new in php: 3days) code, it would be very appreciated...:-)
Thanks a lot,
Kind Regards,
Fred.