Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP
Author Message
izone
Involved
Involved



Joined: Sep 07, 2004
Posts: 354
Location: Sweden

PostPosted: Wed Jan 10, 2007 3:50 pm Reply with quote

I have a script wich use fopen. Fopen is disable on my host and I cann't use this script. I've searched the internet for a solution and find out that I can use Curl insted of fopen. I have tried but no luck. Here is the code:

Code:


function read($url)
{
$pointer = fopen("$url", "r");
   if ($pointer)
    {
     while (!feof($pointer))
    {
         $preTEXT = fgets($pointer, 999);
         $TEXT = $TEXT . $preTEXT;
         }
     fclose($pointer);
    }
return $TEXT;
}


Can anybody help me to make this code works with Curl, please?

Regards
 
View user's profile Send private message
hitwalker
Sells PC To Pay For Divorce



Joined:
Posts: 5661

PostPosted: Thu Jan 11, 2007 9:26 am Reply with quote

izone, to get a bit of help with this its recommended that you post the whole script as it has to be rewritten for the most part...
if i look at samples i dont think this is enough.
 
View user's profile Send private message
izone







PostPosted: Thu Jan 11, 2007 9:27 am Reply with quote

thanks but it is all codes in this file.

I've get it to work now.
 
hitwalker







PostPosted: Thu Jan 11, 2007 9:30 am Reply with quote

well you did left out the part where the url etc is defined..
but as long as you have it working now...
Wink
 
izone







PostPosted: Thu Jan 11, 2007 9:33 am Reply with quote

yes but this is onlye a template file for this script. Definitions are done in another file.

Regards.
 
hitwalker







PostPosted: Thu Jan 11, 2007 9:52 am Reply with quote

ah i see...
ok good luck izone.. Smile
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©