Hi i have made a mod for the wcddl v2 .
I want the inex downloads to exexute a search query and from the search query to get the actual download links here is the code...

PHP Code: 
if (isset($core->q) )
{

 ?>
    
    
    <tr><td><div align="center"><span class="<?=strtolower($dl['type'])?>"><?=ucfirst($dl['type'])?></span></td>
    <td><a href="download.php?id=<?=$dl['id']?>"></a> ></a> <a href="full-warez-download-<?=$dl['type']?>-<?=$dl['id']?>-<?=seoname($dl['title'])?>.html"target="_blank"> <?=$core->wordLimiter($dl['title'])?></a></td>
    <td><center><?=$dl[dat]?></center></a></td>
    <td><center><?=$siteLink?></center></a></td>
    <td><center><a href="free-download-<?=seoname($dl['title'])?>.html "target="_blank"><center><img src="images/search.png"title="Free Dowload <?=$dl['title']?>"/></center></td></tr>'
        <?php
        
    
        
        
    
}
    else{    
        
        
}

 
?>

        <tr><td bgcolor="<?="$row_color"?>"<div align="center"><span class="<?=strtolower($dl['type'])?>"><?=ucfirst($dl['type'])?></span></td>
    <td><a href="download.php?id=<?=$dl['id']?>"></a> ></a> <a href="free-download-<?=seoname($dl['title'])?>.html"target="_blank"> <?=$core->wordLimiter($dl['title'])?></a></td>
    <td><center><?=$dl[dat]?></center></a></td>
    <td><center><?=$siteLink?></center></a></td>
    <td><center><a href="free-download-<?=seoname($dl['title'])?>.html "target="_blank"><center><img src="images/search.png"title="Free Dowload <?=$dl['title']?>"/></center></td></tr>
         <?php
}

 
?>
i get the following error :


Parse error: syntax error, unexpected $end in C:\xampp\htdocs\index.php on line 291
Juxhin_p Reviewed by Juxhin_p on . What am i doing wrong Hi i have made a mod for the wcddl v2 . I want the inex downloads to exexute a search query and from the search query to get the actual download links here is the code... if (isset($core->q) ) { ?> <tr><td><div align="center"><span class="<?=strtolower($dl)?>"><?=ucfirst($dl)?></span></td> Rating: 5