Re: [PHP] if(!empty()) statement

2003-02-06 Thread Kevin Stone
r not chosen. if (empty($EditMember)) { echo "Please choose a member to edit"; exit; } // Continue if member is chosen. -Kevin - Original Message - From: "Sunfire" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 06,

[PHP] if(!empty()) statement

2003-02-06 Thread Sunfire
hi.. i have a combobox that has members from a mysql database loaded into it.. one of the choices is "select a member to edit" and has a value of "". now if a person selects "select a member to edit", then an error message shows up saying they need to select a member to edit and puts them back to t