array_key_exists('cancel', $POST)
Good evening all,
I'm trying to work thru the David Powers book "The essential guide to Dreamweaver CS4" In chapter 14 he's explaining how to create a form to delete records using the delete record server behavior. I've created the form several times, always with the same error.
and then a line number to the beginning of this code. I've read a little that seems to imply that this might be a bug in php. I'm using
PHP Version 5.2.9
if (array_key_exists('cancel', $POST)) {
header('Location: http://www.someplace.php');
exit;
any help is appreciated
A.
