Re: [PHP] scroll down list -visible, but not possible to choose

2011-08-31 Thread Geoff Shang
On Wed, 31 Aug 2011, rob...@myself.com wrote: I have the below function with array for satus of issues where I need to have 'Resolved/Closed' visible but not available for choice This as closing is a separate function to ensure correct resolution code is selected Already tried removing 'Resol

Re: [PHP] scroll down list -visible, but not possible to choose

2011-08-31 Thread Ken Kixmoeller
You want: >  if($status == $selected) echo "selected = ' selected' "; (I didn't bother with \s) And BTW, unless the support person is actually sitting on top of the customer (and I can see situations where that would help), you want it to say "Waiting *for* Customer" Ken On Wed, Aug 31, 2011 at

RE: [PHP] scroll down list -visible, but not possible to choose

2011-08-31 Thread Lord_Farin .
> Date: Wed, 31 Aug 2011 04:30:56 -0400 > From: rob...@myself.com > To: php-general@lists.php.net > Subject: [PHP] scroll down list -visible, but not possible to choose > > Hi, > Got so excellent and fast help last time so trying again here > > I have the below function with array for satus of