![]() |
Refresh question
Is there a way to keep a surfer from refreshing a page and playing a video over and over?
|
Ask Acacia, they have the patent so they should know all that stuff.
|
:1orglaugh
|
PHP is the only way I know how. You have to run sessions and a database.
Something like this might work. <?php session_start(); if( !isset($_SESSION['done']) || ($_SESSION['done'] == false) ) { create your row here... $_SESSION['done'] = true; } ?> |
Anyone else have info?
|
Stop giving away Free Movies...make the cheapies Pay??
|
Quote:
|
| All times are GMT -7. The time now is 03:19 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123