Jump to content

finding the url with the $_REQUEST function


mikeyandyou

Recommended Posts

HI all:
Have this job of going to a website, Capturing some of the screen data and
then 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 ???
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

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.