Here is the code
<td width="3%"><span class="headerLinkColor">»</span></td>
<td align="left">
<a target="leftFrame" href="<?=ADMIN_FOLDERS_PATH?><?=$folder_name?>/?sid=<?=$sid?>" class="headerLinkColor">
<?=$cat_name?></a>
</td>
</tr></table>
<?PHP if( $flag == 4){
echo "</td>";
$flag=1;
}else{
$flag++;
}
}// for loop ?></tr>
</table>
</td>And am getting links like this
http://admin/credit_mgmt/?sid=532bb180e67ea7234d73502205321bfe i need the link to be site url/admin/credit_mgmt/?sid=532bb180e67ea7234d73502205321bfe
any help? thanks