Hi, all
I'm a newbe in php
My question is simple, but after 10 hours on the comp,I've got jammed
Please help on the correct syntax of echo ("<a href...
$ID[1]="Best Song"
$url[1]="http://localhost/cat_music/BS.php"
echo ("<a href='\".$url[1].'\">".$id[1]."</a>");
doesn't work
Installed PHP 5.2.5
TIA