[maplab-users] links from map to jpg

Steffen Macke sdteffen at web.de
Wed Sep 1 23:59:32 EDT 2004


Kevin,

> Parse error: parse error, unexpected T_VARIABLE in C:\Program Files\Apache
> Group\Apache2\htdocs\maplab-2.2\projects\gmf_apps\IJC_LCC\query.phtml on
> line 189

Try to replace

>                 $szReturnValue .= "<td bgcolor=\"E2EFF5\"><font
> face=\"Arial, Helvetica, sans-serif\" size=\"2\">".$key."</font></td>\n";

with
                 $szReturnValue = $szReturnValue.
                   "<td bgcolor=\"E2EFF5\">".
                    "<font face=\"Arial, Helvetica, sans-serif\" size=\"2\">".                 
                    $key."</font></td>\n";

Eventually the .= operator is causing the problem.

Steffen


More information about the Maplab-users mailing list