Re: [PHP-DB] Preventing repetition of a Form

2013-01-07 Thread Karl DeSaulniers
On Jan 7, 2013, at 6:00 PM, Ethan Rosenberg, PhD wrote: Dear list - I have a program [*pseudo code*]: if(!isset($_REQUEST["welcome_already_seen"])) { initialize variables } $errors_array = array(); if($_REQUEST["welcome_already_seen"]== "alrea

[PHP-DB] Preventing repetition of a Form

2013-01-07 Thread Ethan Rosenberg, PhD
Dear list - I have a program [*pseudo code*]: if(!isset($_REQUEST["welcome_already_seen"])) { initialize variables } $errors_array = array(); if($_REQUEST["welcome_already_seen"]== "already_seen") { check_data();