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[&#039;name&#039;]}</a>

Comments

pebosi’s picture

where did u added this code?

bkat’s picture

I defined my input format for a node as "PHP" and entered it in the body.

Zen’s picture

Status: Active » Closed (duplicate)