Jump to content

url question?


Yohanne

Recommended Posts

i need it to do this for my admin fortal.

 

I see you are using your admin fortal, normally when I use my admin fortal it creates whole websites for me in the blink of an eye! You must be doing something wrong!

Edited by Rifts
Link to comment
Share on other sites

something like this im doing: 

<?php
	if(isset($_GET['tab']) == 'newtab)')
		{
		$link = "newtab.php?"; 
			foreach ($_GET as $key => $value) 
			$link .= "$key=$value&we3333"; 
			header("Location:$link");
		}
?>

<a href="?tab=newtab"><span>New</span></a>

 

and the output is like this: en/newtab.php?tab=newtab&we3333

 

but sad to say from the (tab=newtab&we3333) is no value mean useless.. and i want every each number or letter is have a value, example i want to remove last number 3 and the page will get page not found! 

Edited by jayson_ph
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.