Posts by Jefferson682 • 26 points
2 posts
-
0
votes2
answers41
viewsA: php if does not work when you have nothing declared by url
Oops friend. I believe we’re missing the else. has tested? (condition ? action_if_true: action_if_false;) From what I understand of your code, he’s checking to see if you see the "($_GET["ref"] ==…
-
1
votes2
answers86
viewsA: How do I pull all user data from Session?
See if this Account page has "start_session()" at the beginning and see if it also has the "<? php" tag. Test it first, and put it here as it stood. And to see the data stored in SESSION, just…