Skip to main content
Inspiring
January 13, 2007
Question

Session variable problems

  • January 13, 2007
  • 1 reply
  • 202 views
Ok I have set a session variable to a form field on the previous page. Now I know it set it because I can see it on the next page when I echo it. What I need to do now is make a recordset where username = the session variable. I went through the recorset creation screen and set the field to the user_name session but the recorset dose not display the right records. Why is this. I am using PHP and mySQL.
This topic has been closed for replies.

1 reply

Inspiring
January 13, 2007
nevermind... I found my answer.