again with the problem i discovered that the problem is that the reload is
needed when i use the session variables in the queries, otherwise there are
not problem. Even if i only want to display the session variable in the
result page, i need to do a reload.






Karina wrote:

> Well, I don't understand it too, i don't know why with normal variables
> there are not problem and with session variables i need to refresh the
> page to see the results after the submit form.
>
> The mechanism is this:
>
> query 1 with parameter  ---- >ACCESS FORM         ------- >  results
> only
>                    session_register(uid)         shown with refresh
>                    session_register(pwd)      (get parameter from
> REQUEST_URI)
>
>
> if i do this:
>
> query 1   ---- > (NOT ACCESS)       ------- >  results with no problem
>
>
> I hope than somebody can give me some ideas... because this is driving
> me crazy..
>
> THks,
> Karina
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to