Hi, people
This thing is bugging me for a week now
why doesn't the url doesn't want to be put in a variable :
http://www.isonews.com/releases.php3?section=divx&endon=949381200&view=month
Why ? What is so special about that page ? and how can i solve this problem ?
These are the ways that I tried to solve it :
$url="http://www.isonews.com/releases.php3?section=divx&endon=949381200&view=month";
1ste:
$fcontents = file ($url);
while (list ($line_num, $line) = each ($fcontents));
$fcontents = join ('', file ($url));
2de:
exec("lynx -source $url > test.txt");
PLease help
Sincerely,
Sebastien