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
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
> 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 fu
Hi,
Got so excellent and fast help last time so trying again here
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
4 matches
Mail list logo