[ create a new paste ] login | about

Link: http://codepad.org/LV81craL    [ raw code | output | fork ]

PHP, pasted on Apr 6:
1
2
3
4
<?php
$output ='FirstSong'; #To test i am using this as FirstSong
echo "<a href='songs?id=".$output."'>Click here</a>"; #You can have any text for href
?>


Output:
1
<a href='songs?id=FirstSong'>Click here</a>


Create a new paste based on this one


Comments: