Posts: 1,150
Threads: 105
Joined: Oct 2009
Reputation:
32
I need an if/else statement. I would like it to check to see if a countdown clock has reached 0. If it reaches 0 I want to cancel a login form and a registration link. The countdown script is an include on the login.php file. The variable that is called is $difference. This will probably be an include as well.
Do you know how to make games? Do you know 3d Modeling? If so then visit
Posts: 1,351
Threads: 111
Joined: Oct 2009
Reputation:
40
As I've said in the PM, you should use the GET method.
But you could also do the same check when calling the login form and the register link.
And simply not show them if $diff... is 0.
But the user could then still login.
Posts: 1,150
Threads: 105
Joined: Oct 2009
Reputation:
32
I'm going to have to put this bit on hold. The project that I was working on has been placed on hold while I try to promote a different game. Although, I may look into implementing this into the game I have now.
Do you know how to make games? Do you know 3d Modeling? If so then visit