by "Jim Michaels" <jmichae3@[EMAIL PROTECTED]
>
Feb 4, 2006 at 12:20 AM
that is an error in your PHP code. not your link. your links are fine.
maybe you are missing a ; at the end of a statement or something.
you might want to take this discussion to alt.php or alt.comp.lang.php if
you have code questions (though I wouldn't mind answering them).
"jon" <jon@[EMAIL PROTECTED]
> wrote in message
news:8Hduf.232$WY5.41@[EMAIL PROTECTED]
> Hello,
> Can anyone show me what type of html and php codes are need to have a
user
> click on the graphics and then it will open a php file.
> I tried the followings
> 1)<tr><td><a href="http://www.test.com/test/rss.php"><img
border="0"
> src="images/buttons/rss.gif" alt=""></a></td><td><a href="test/">test
> Blog</a></td></tr>
> 2)<a href="http://www.test/com/forum/rss.php"
target="_blank"><img
> src="feed-7.gif" width="48" height="13" border="0"
align="absmiddle"></a>
> and I always got
> the following error. The error I get is Parse error: parse error,
> unexpected
> T_STRING in /home/tttttt/public/newsfeed/rss.php on line 1
>
> Thanks for your help
>
>