![]() |
Need Some PHP help from the gurus
I need a php code sniplet that will increment a variable everytime a submit button is clicked. Another words it needs to count +1 everytime the submit is clicked. Thanks in advance.
|
is this per user? or is this an overall count of the submit button
|
how much you offering for this?
|
per user
Quote:
|
you can use a mysql database to track thier IP, resetting it each day
|
Code:
<?php |
Thanks for the help
Quote:
if ($submit) { $_SESSION[$accountselnum] = $_SESSION[$accountselnum] + 1; }else { $_SESSION[$accountselnum] = 0; } |
Quote:
|
All times are GMT -7. The time now is 02:35 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123