Dynamic Text Fields not Working
Ok so here is the deal. I have a website, where users can login, and I want them to have a personalized welcome page that shows their info (name, email bio, etc.) that is all stored in a MySQL database.
In order to not mess up that functioning log in on my site, I created a test log in and test userpage that should display their information, but it never shows up. On my login page, I set the server behavior for log in to redirct to the testprofile on success, and to a dummy page on failure. I checked and saw that my sesison variable was MM_Username. I then went to my testprofile page, created a server binding for Recordset (Query), set it up for username=Session Variable MM_Username. I set it to look into the right table in the database, and then tested it, and it worked.
I went back to my testprofile page, and added "session_start();" (minus quotes) as I was told might work, but still nothing.
I put both the files to my server, go to test it, and nothing pops up the boxes. What am I doing it wrong? Does anyone have a great step by step, nothing skipped, tutorial on this? Or would someone out there be willing to trade emails with me and check out my code and see what is going wrong and where?
Thanks,
Tyler White
