You may wan't to look at your HTML a little more closely
IF m.id = 5 that would come out as
<a
href="http://www.hoogebergsche.nl/wedstrijd2003startlijst.php?=id5">startlijst</a>
?=id5 is that not incorrect?
should it not read ?id=5
-----Original Message-----
From: Martin H.J.Smetsers [mailto:mhjs@stripped]
Sent: Thursday, May 22, 2003 11:21 AM
To: mysql@stripped
Subject: Mysql select with clickable hyperlink not working??????
Am trying to get the select result show as a clickable hyperlink, sofar
searched and searched and came up with following,
unfortunately it does show the result 'startlijst' but not as a
clickable link.
CONCAT(CONCAT('<a
href=\"http://www.hoogebergsche.nl/wedstrijd2003startlijst.php?=id'),m.i
d,'\">startlijst','</a>') as enu
It's part of a select if statement.
Any wisdom on this please,
thanks
Martin
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=1