Forgot to include list... ---------- Forwarded message ---------- From: tamouse mailing lists <[email protected]> Date: Wed, Sep 28, 2011 at 4:06 PM Subject: Re: [PHP] Curl cost To: muad shibani <[email protected]>
On Wed, Sep 28, 2011 at 3:28 AM, muad shibani <[email protected]> wrote: > what are the costs of using PHP Curl to show another websites on my site as > stumbleon do .. > traffic, memory or what? If you use curl to suck the web page into a variable, could be tremendous. Better to curl it into a temporary file if you're going that way. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

