[thelist] ajax dynamic dropdown menu set

Jack Timmons codeacula at codeacula.com
Wed Aug 4 10:15:20 CDT 2010


On Wed, Aug 4, 2010 at 10:11 AM, Bob Meetin <bobm at dottedi.biz> wrote:
> <?=$row['county']?> --> Is this a shorttag you're referring to?  If I change
> to <?php=$row['county']?> the script errors.

The first is a short tag. You should switch it to:

<?php echo($row['country']?>

I use this regex for finding and replacing, if it helps:

(I'm an escape freak)
\<\?\=(.*)?>

<?php echo(\1);?>

-- 
Jack Timmons
@_Codeacula


More information about the thelist mailing list