Closed (duplicate)
Project:
Related links
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2007 at 02:50 UTC
Updated:
3 Dec 2007 at 07:55 UTC
I have the occassional php snippet that generates links something like this
echo " <td><a href=\"bombshells/roster.php?id={$row['id']}\">{$row['name']}</a></td>\n";
This ends up generating a link with an empty url and a messed up label:
<a href="">{$row['name']}</a>
Comments
Comment #1
pebosi commentedwhere did u added this code?
Comment #2
bkat commentedI defined my input format for a node as "PHP" and entered it in the body.
Comment #3
Zen commentedhttp://drupal.org/node/142742