j'ai un site en local avec des liens de ce genre
Citation :
file:///D:/memoweb/http___www.velleman.eu/www.velleman.eu/be/en/product/view/index3097.html?id=341446
|
quand j'utilise file_get_contents sur ce lien ca ne marche pas .Je ne vois absolument pas d'ou vient le souci .
Citation :
$fich ='D:/memoweb/http___www.velleman.eu/www.velleman.eu/be/en/product/view/index3097.html?id=341446';
$thefile = file_get_contents($fich);
echo $thefile;
|
ou
Citation :
$fich ='file:///D:/memoweb/http___www.velleman.eu/www.velleman.eu/be/en/product/view/index3097.html?id=341446';
$thefile = file_get_contents($fich);
echo $thefile;
|
si vous avez une idée .merci d'avance
Message édité par alex3232 le 29-03-2010 à 08:23:24