Jump to content
php.lv forumi

file_get_contents


Recommended Posts

Sveiki!

 

Risinu problēmu ar funkciju file_get_contents() jau vairākas stundas un netieku skaidrībā, kur varētu būt problēma.

Lieta tāda, ka uz hostinga, kur lapas stāv, izpildot šādu kodu:

<?php
$homepage = file_get_contents('http://www.manalapa.lv/');
echo $homepage;
?>

Viss nostrādā, kā nākas, bet kad ievada kādu citu:

<?php
$homepage = file_get_contents('http://www.citalapa.lv/');
echo $homepage;
?>

parāda tikai baltu lapu. Nesaprotu, kur tad ir problēma, jo līdz šim ar tādu problēmu neesmu saskāries. Ir bijis, ka vispār neiet, bet šāds varinats gan nav bijis.

 

php.ini

allow_url_fopen	On
safe_mode	Off

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...