Search found 2 matches
- Sun Apr 08, 2012 10:25 am
- Forum: PHP - Code
- Topic: Session variable seemingly altering unrelated html text
- Replies: 1
- Views: 313
Re: Session variable seemingly altering unrelated html text
EDIT: If the session var is renamed to "GENDER", it still replaces the "Gender:" html text. However, if I change the html text to "GENDER", it remains undisturbed. I had that reversed.
- Sun Apr 08, 2012 10:21 am
- Forum: PHP - Code
- Topic: Session variable seemingly altering unrelated html text
- Replies: 1
- Views: 313
Session variable seemingly altering unrelated html text
The code is rather lengthy to post, and all I am really interested in is if anyone has ever encountered this issue. Thus, no code is posted in this message. If need be, it can be posted after further discussion. Anyway, I have separated my html and php for a project. I have an html option element wi...