![]() | ![]() | ![]() |
| |||||||
| Forums | Register | Groups | Awards | Arcade | Pets | T-Bucks / T-Store | Invite Your Friends | Blogs | Mark Forums Read |
| Web Design Forums and discussions on webdesign |
Web Design | |||||||||
|
|
|
|
| |||||
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Civilians | Chris Hope wrote > It's even not all that clever... hit the refresh button > a few times and watch the count go up ![]() I just added about half a dozen to it! I agree with your other post about using a session to control this. You would only allow one increment per game per session. You could make a session variable for each game: $game_one = 0; $game_two = 0; $game_three = 0; I would initialise this variable to "0" when the link is first hit. When the game page is called, it would check for the value of this variable, if it is "0" increment the count in the database then change the variable value to "1". -- Charles Sweeney http://CharlesSweeney.com |
|
![]() | ![]() | ![]() |