Jump to content

[SOLVED] Value From URL Help


CoolAffiilate

Recommended Posts

That code doesn't make any sense. I'm not even sure what your trying to do.

 

If the URL looks like this on the page you are on

http:www.mysite.com/index.php?address=test%40testtt%2Ecom

 

Then when you do this it will grab that information from the URL.

$address = $_GET['address'];
echo $address; //will print "test testtt Ecom"

 

Now explain exactly what your trying to do. Your being to vague in your question to give you a better answer.

 

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.