RE: Hash, query->param help

2002-08-14 Thread Hanson, Rob
ED]] Sent: Wednesday, August 14, 2002 3:20 PM To: [EMAIL PROTECTED] Subject: RE: Hash, query->param help If the user doesn't select a county in the first place, $query->param('County') will be undefined, which means that $counties{$query->param('County')}->{Count

RE: Hash, query->param help

2002-08-14 Thread Gregg O'Donnell
unty')}->{County} || ''; > And how do I wrap this so the user will select a county I'm not sure I understand this one. Can you explain what you mean? Rob -Original Message- From: Gregg O'Donnell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 2:4

RE: Hash, query->param help

2002-08-14 Thread Hanson, Rob
o the user will select a county I'm not sure I understand this one. Can you explain what you mean? Rob -Original Message- From: Gregg O'Donnell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 2:43 PM To: [EMAIL PROTECTED] Subject: Hash, query->param help I'm

Hash, query->param help

2002-08-14 Thread Gregg O'Donnell
I'm writing a script to send emails to different locations. Some will receive one email, others 3 or 4. Should each county have all the categories, even if some have an empty value, or only the categories for which they have a value. And how do I wrap this so the user will select a county my