A php Question, i know i know, Posted in that forum as well, kinda need a quick response, so which ever came first.
I need to make a image a link, i am manipulating a freeware script, i just want to change the text link to a image link, here is what i have:
if ($DownloadDelivery == On)
{
echo "<p align=left><a href = '$downURL/$downfile2'><img src="../images/msword.gif" width="60" height="62" border="0"></a>.</p>";
}
But it is giving me a parse error on that line, so i am guessing i am not adding the image link correctly.
New to PHP so if this is a no brainer, i appoligize.
Some help please.
I need to make a image a link, i am manipulating a freeware script, i just want to change the text link to a image link, here is what i have:
if ($DownloadDelivery == On)
{
echo "<p align=left><a href = '$downURL/$downfile2'><img src="../images/msword.gif" width="60" height="62" border="0"></a>.</p>";
}
But it is giving me a parse error on that line, so i am guessing i am not adding the image link correctly.
New to PHP so if this is a no brainer, i appoligize.
Some help please.