Does anyone know whether I could output links? Thanks in advance.

the php code is as below, but the output

-code---------
$query1 = "SELECT concat('<a href=\\\"mapping.php?
submit=true&report=rmi&site=" . $_REQUEST['site'] . "&edate=" .
$_REQUEST['edate'] . "&bdate=" . $_REQUEST['bdate'] . "&date=" .
$_REQUEST['date'] . "&db_name=" . $_REQUEST['db_name'] .
"&issue_class=rmi.%&ldap=',a.qcee,'\\\" target=\\\"_blank\\
\">',a.qcee,'</a>') as 'Labeler', .....
...
echo "gviz.sqlAdapter('vis2', google.visualization.Table, \"$query1\");
\n";
------------


it gives me not a clickable link but the following
-output-------
<a href="mapping.php?
submit=true&report=rmi&site=kir&edate=&bdate=&date=oneweek&db_name=all&issue_class=rmi.
%&ldap=aallwardt" target="_blank">aallwardt</a>
------------

I want a link that users can click to go to another page with the
href.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to