Posted by Curtis on 12/12/06 10:00
> $_POST['delete'] = intval($val); Sorry, the above should actually be: foreach ( $_POST['delete'] as $key => $val ) $_POST['delete'][$key] = intval($val);
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming