[thelist] ajax dynamic dropdown menu set

Simon MacDonald simonmacdonald at uk2.net
Wed Aug 4 09:02:17 CDT 2010


Whoops, my booboo, well spotted Jack - a good point as well about the short
tags.

Simon

-----Original Message-----
From: thelist-bounces at lists.evolt.org
[mailto:thelist-bounces at lists.evolt.org] On Behalf Of Jack Timmons
Sent: 04 August 2010 12:52 PM
To: thelist at lists.evolt.org
Subject: Re: [thelist] ajax dynamic dropdown menu set

On Wed, Aug 4, 2010 at 3:28 AM, Simon MacDonald <simonmacdonald at uk2.net>
wrote:
> In findCounty.php
> You have:
> <option value><?=$row['county']?> - ID: <?=$row['id']?>
> Should have:
> <option value<?=$row['id']?>><?=$row['county']?> - ID: <?=$row['id']?>
>
> Hope that works
>
> Simon

JIC, don't forget the ="":

<option value="<?=$row['id']?>">

Although I assume Simon left them out knowing you'd have picked it up,
can't say the same about future visitors looking through the email.

Also, is this script going to be only running on this server, and is
the PHP.ini likely to stay the same? You're using shorttags, which
might be disabled elsewhere or deprecated in future releases.

-- 
Jack Timmons
@_Codeacula
-- 

* * Please support the community that supports you.  * *
http://evolt.org/help_support_evolt/

For unsubscribe and other options, including the Tip Harvester
and archives of thelist go to: http://lists.evolt.org
Workers of the Web, evolt ! 
 

__________ Information from ESET Smart Security, version of virus signature
database 5339 (20100804) __________

The message was checked by ESET Smart Security.

http://www.eset.com
  

__________ Information from ESET Smart Security, version of virus signature
database 5340 (20100804) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 
 

__________ Information from ESET Smart Security, version of virus signature
database 5340 (20100804) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 



More information about the thelist mailing list