[FX.php List] Strange problem with editing records

Joel Shapiro jsfmp at earthlink.net
Fri Mar 7 09:46:09 MST 2008


Hey Bob

> $query->AddDBParam('-recid', $_POST['-recid']);

$_POST['-recid'] seems weird to me.  Is it kosher?

So in the form, it's
<input type="hidden" name="-recid" value="<?php echo //way of getting  
recid; ?>">
?

What happens if you give the hidden input a better name (without the  
hyphen)?

-Joel


More information about the FX.php_List mailing list