Re: [PHP] saving outside website content via php...

2008-06-02 Thread Shawn McKenzie
Boyd, Todd M. wrote: -Original Message- From: blackwater dev [mailto:[EMAIL PROTECTED] Sent: Sunday, June 01, 2008 9:26 PM To: Shawn McKenzie Cc: php-general@lists.php.net Subject: Re: [PHP] saving outside website content via php... Yes, but file_get_contents will get me the code which

RE: [PHP] saving outside website content via php...

2008-06-02 Thread Boyd, Todd M.
> -Original Message- > From: blackwater dev [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 01, 2008 9:26 PM > To: Shawn McKenzie > Cc: php-general@lists.php.net > Subject: Re: [PHP] saving outside website content via php... > > Yes, but file_get_contents will get m

Re: [PHP] saving outside website content via php...

2008-06-01 Thread blackwater dev
Yes, but file_get_contents will get me the code which I could then echo back out to the browser but that wouldn't give me any external images, css files or js. On Sun, Jun 1, 2008 at 11:23 AM, Shawn McKenzie <[EMAIL PROTECTED]> wrote: > Gabriel Sosa wrote: > >> why no just save the searhed url

Re: [PHP] saving outside website content via php...

2008-06-01 Thread Shawn McKenzie
Gabriel Sosa wrote: why no just save the searhed url in a db field. next time you just need call the iframe with the last or N search anyway if you still want to save all the searched page try using curl http://ar.php.net/manual/en/function.curl-exec.php saludos On Sat, May 31, 2008 at 8:11

Re: [PHP] saving outside website content via php...

2008-06-01 Thread Gabriel Sosa
why no just save the searhed url in a db field. next time you just need call the iframe with the last or N search anyway if you still want to save all the searched page try using curl http://ar.php.net/manual/en/function.curl-exec.php saludos On Sat, May 31, 2008 at 8:11 PM, blackwater dev <[E