Success

$message

" ); print( "

" ); // copy over input vars if (count($arr_request)) { while (list($key, $value) = each ($arr_request)) { print ( "" ); } } print ( "

" ); return; } function go_error( $message, $arr_request, $prev_page ) { // same as go, bt with negative connotations print( "

Input Error

$message

" ); print( "

" ); // copy over input vars print ( "" ); if (count($arr_request)) { while (list($key, $value) = each ($arr_request)) { print ( "" ); } } // add one more hidden variable to tell where it came from print ( ""); print ( "

" ); return; } ?>