Persistance Demo
Demonstrates how to keep track of data between connections
$txtBoxCounter = $_REQUEST[txtBoxCounter]; $hdnCounter = $_REQUEST[hdnCounter]; // increment the counters $txtBoxCounter++; $hdnCounter++; print <<
The hidden file is $hdnCounter
HERE; ?>