Categories > TinyButStrong general >

magnet

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: B52
Date: 2006-01-04
Time: 13:01

magnet

can somebody tell me whats wrong with this:

<tr>
   <td>
   <a class="ftGray" href="src/dl.php?cat=cover&amp;id=[blk_downloads.downloadsID;if [blk_downloads.downloads_dlCover]='';then '';else [val];magnet=tr;mtype=m*m]">
   Factsheet (PDF)
   </a>
   </td>
</tr>
By: Skrol29
Date: 2006-01-04
Time: 14:13

Re: magnet

It seems ok, what problem do you meet with it?

Is "downloads_dlCover" a string?
If it's so, you'd better protect it in your 'if' statement.
if '[blk_downloads.downloads_dlCover;htmlconv=esc]'=''