Jump to content

Please check this code out


jossylala

Recommended Posts

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

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.