Posted by "Ross" on 12/20/05 14:06
$query = "delete from meetings where id IN (".implode(",", $ids).")"; Just the end bit, ids is an array of values (1,2,3,4,5) what does the IN do?? Ross
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming