I have the following. I want to create a link from a name value that I get from a MySQL database. When I click the link I want to put info for that name (also from the database) in another frame.
This is my code:
echo "<a href=\"right.php?&waarde=$bestand\" target="rightframe">$row_RecordSet1['Naam']</a>"<br>;
This doesn't work. What am I doing wrong?
Thx for any advice
This is my code:
echo "<a href=\"right.php?&waarde=$bestand\" target="rightframe">$row_RecordSet1['Naam']</a>"<br>;
This doesn't work. What am I doing wrong?
Thx for any advice