mikeyandyou Posted December 13, 2006 Share Posted December 13, 2006 HI all:Have this job of going to a website, Capturing some of the screen data andthen inserting the data off the browser into my database.Having a heck of a time:The code:function get_mod_nutrition_calking_data_import($url){ $src = file_get_contents($_REQUEST['url']);Question??????Where is the 'url' coming from????Any help is appreciated,Mikey ??? Link to comment https://forums.phpfreaks.com/topic/30529-finding-the-url-with-the-_request-function/ Share on other sites More sharing options...
kenrbnsn Posted December 13, 2006 Share Posted December 13, 2006 This is the explanation in the [url=http://www.php.net/manual/en/reserved.variables.php#reserved.variables.request]manual[/url]:[quote]An associative array consisting of the contents of $_GET, $_POST, and $_COOKIE.[/quote]Ken Link to comment https://forums.phpfreaks.com/topic/30529-finding-the-url-with-the-_request-function/#findComment-140536 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.