jossylala Posted March 12, 2010 Share Posted March 12, 2010 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 Link to comment https://forums.phpfreaks.com/topic/194986-please-check-this-code-out/ Share on other sites More sharing options...
cs.punk Posted March 12, 2010 Share Posted March 12, 2010 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 Where is ADMIN_FOLDERS_PATH coming from? Or what is it set as? Link to comment https://forums.phpfreaks.com/topic/194986-please-check-this-code-out/#findComment-1025103 Share on other sites More sharing options...
jossylala Posted March 15, 2010 Author Share Posted March 15, 2010 The admin folder path suppose to locate folder found in www.site.com/admin . is that language outdated? if yes what should i use instaed of that? Link to comment https://forums.phpfreaks.com/topic/194986-please-check-this-code-out/#findComment-1026110 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.