Jump to content

[SOLVED] get url variables from an iframe


contra10

Recommended Posts

I have an iframe set up on one of my pages and i want to get the url a variable from the web browser that it's in...is it possible?

 

if(is_numeric($_GET['user'])){

$idu = $_GET['user'];
}

 

that works if there is no i frame but can i put this in an iframe and still get the user from the url?

 

Link to comment
https://forums.phpfreaks.com/topic/139716-solved-get-url-variables-from-an-iframe/
Share on other sites

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.