Jump to content

INSANE problem with Firefox!! Prints out Session variables if value is ''


onedumbcoder

Recommended Posts

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.