Something I've been meaning to ask, but just gotten around to it: After validating $_POST inputs, is it ok to use:
if ($search_district)) instead of if (isset($search_district)) and: if ($errors) instead of if (!empty($errors)) Just something I'd like to clear up. Thanks, Bob. Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
