craig <mailto:[EMAIL PROTECTED]> on Friday, February 06, 2004 2:24 PM said:
> if (is_array($project))
> foreach ($project as $project_id => $value) {
> $fields[] = $project_id;
> $values[] = $value;
> }
> }
you're missing a curly brace after the if ().
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

