I’m trying to figure out how to make a “Logout” link appear for a only a user in session. But I also want to make a “Login” link in the same exact spot for a person who’s not logged in. How would I use the “if statement” for that? Any help would be appreciated. Thank you
Wow, this is really easy and simple. It’s also extremely easy to understand. Well done, this is the clearest and most use full series of PHP tutorials. I have come across. Thank you, I’ll recommend this set of tutorials to anyone interested in anything PHP related!
Many mathmaticilans whom you may end up working with, if your programming-skills takes you good places, will get real mad at you, if you talk with ‘em about how $i can be equal to $i + $i, ’cause, that’s impossible.
I am not a math guy, but it’s just good practice to say “i ASSIGN the value of $i + $i to $i”, instead, and leave the word ‘equal’ completely out of it.
May 24th, 2009 - 20:15
I’m trying to figure out how to make a “Logout” link appear for a only a user in session. But I also want to make a “Login” link in the same exact spot for a person who’s not logged in. How would I use the “if statement” for that? Any help would be appreciated. Thank you
June 14th, 2009 - 18:24
How do you ask for the users imput????
July 23rd, 2009 - 06:35
Nice
August 18th, 2009 - 08:00
Wow, this is really easy and simple. It’s also extremely easy to understand. Well done, this is the clearest and most use full series of PHP tutorials. I have come across. Thank you, I’ll recommend this set of tutorials to anyone interested in anything PHP related!
September 6th, 2009 - 17:26
this is just like pawn
September 25th, 2009 - 23:38
this is nice and really simple, i know it but rly good to revise
November 12th, 2009 - 16:39
WRONG! = means “assign”. == means “equals”. Don’t believe his lies.
November 17th, 2009 - 15:00
Lies? I explained that == means equals, or as I put it “is equal to”. What did I do wrong here?
November 17th, 2009 - 19:08
Sorry bout my english; Bad day.
Many mathmaticilans whom you may end up working with, if your programming-skills takes you good places, will get real mad at you, if you talk with ‘em about how $i can be equal to $i + $i, ’cause, that’s impossible.
I am not a math guy, but it’s just good practice to say “i ASSIGN the value of $i + $i to $i”, instead, and leave the word ‘equal’ completely out of it.
November 18th, 2009 - 16:17
I guess
daniel1982 got confused with some other language..what you said is right….thanks for the tutorials…
November 24th, 2009 - 14:11
go to mahaphpcode site and play with php
December 30th, 2009 - 10:58
Why you do not said anythihg about !=, ===, and other?