I want to open a complex URL (with parameters) like http://www.google.be/search?q=marketing ... l=fr&meta= with PHP as a file, in order to parse the result. I try with fopen et fopensocket but without success. Any idea ?
Thank you in advance.[/i]
Ouvrir une URL complexe comme fichier ?
Moderator: General Moderators
I would use:
$pagina = show_source('http://123.45.67.89/folder/file.php?par ... 2=good+bye');
And then, parse $pagina.
$pagina = show_source('http://123.45.67.89/folder/file.php?par ... 2=good+bye');
And then, parse $pagina.