What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » My site

1 votes - 5 average   My site
Author: Message:
k776
Junior Member
**

Avatar

Posts: 98
Reputation: 3
– / Male / –
Joined: Aug 2004
O.P. My site
Thanks to a friend of mine, I have started turning some of my site into sql quiries. One of the lines is:
code:
echo "<table border=1 class=double summary=Downloads><tr><td><font color=#ffff00><b>" . $row["name"] . "</b></font> " . $row["mplink"] . "<br>" . $row["desc"] . "<br><hr><font color=#ffff00><b>Download page</b></font> " . $row["dllink"] . "<br><b>Type:</b> " . $row["type"] . "</td></tr></table><br>" ;
What I want to do is to link Download page with . $row["dllink"] .. I tired this but it doesn't work :( I get T_STRING errors or something like it.
code:
echo "<table border=1 class=double summary=Downloads><tr><td><font color=#ffff00><b>" . $row["name"] . "</b></font> " . $row["mplink"] . "<br>" . $row["desc"] . "<br><hr>" <a href=. $row["dllink"] .> "<font color=#ffff00><b>Download page</b></font>" </a> "<br><b>Type:</b> " . $row["type"] . "</td></tr></table><br>" ;
Any help would be nice.
[Image: k776.jpg]
09-04-2004 09:12 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
My site - by k776 on 09-04-2004 at 09:12 AM
RE: My site - by Mnjul on 09-04-2004 at 10:34 AM
RE: My site - by k776 on 09-06-2004 at 09:19 AM
RE: My site - by WDZ on 09-06-2004 at 09:31 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On