contra10 Posted January 6, 2009 Share Posted January 6, 2009 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.