Hello,

I have a mysql query with addresses , trying to insert a link to a map

line 51
echo "</td><td><font face=verdana size=1><p><a
href=http://www.expedia.com/pub/agent.dll?qscr=mcst&strt1=$amyrow["address";]
&city1=$amyrow["city"]&stnm1=CA&zipc1=&cnty1=4>Map</p>";
echo "</td>";

Error Message:

Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or
`T_NUM_STRING' in /home/sites/site15/web/salescomps.php on line 51


I think its the  " character is the problem like :$amyrow["address"]

Any help apprecciated,
Thanks

Andras


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to