whatg
06-22-2010, 01:56 PM
Hi, ok so I was trying to make a link using a variable.
e.g.:
$name=home
$link=index.html
echo "<a href='$link'>$name</a>";
doesn't seem to be working. What am I doing wrong?
Thanks for any help!
e.g.:
$name=home
$link=index.html
echo "<a href='$link'>$name</a>";
doesn't seem to be working. What am I doing wrong?
Thanks for any help!