onedumbcoder Posted January 8, 2009 Share Posted January 8, 2009 I have values stored in session variables such as user and password... and i am running into these issues: this input button when echo has the user name in it as a value even though I just echoed the value before and it prinited nothing! echo "Tag (Max 4 Char) : <br /><input type='text' maxlength='4' name='tag' id='tag' value='$ftag' /><br />"; This line of code prints out with the session password typed in the value!!! Even though value is set to '' echo "Password : <br /><input type='password' maxlength='11' name='newpassword' id='newpassword' value='' /><br />" someone please help me. This has nothing to do with prepopulated forums feature either. I had cleared everything. Link to comment https://forums.phpfreaks.com/topic/139964-insane-problem-with-firefox-prints-out-session-variables-if-value-is/ Share on other sites More sharing options...
trq Posted January 8, 2009 Share Posted January 8, 2009 Can we see some relevant code? Link to comment https://forums.phpfreaks.com/topic/139964-insane-problem-with-firefox-prints-out-session-variables-if-value-is/#findComment-732351 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.