Re: Archiving External Sites
sutton128@xxxxxxxxx wrote:
I don't know that this is specifically a PHP question, but I've tried
searching for leads and am now going to ask here.
I am developing a PHP application that allows users to manage projects
and to upload and search documents related to the projects they are
managing. One type of document they may want to reference is an
external web page. If I want to allow the user to copy a URL into a
form field and then use that to go out and archive a local copy of the
destination page as it exists, how would I do that?
Thanks,
Mike
Use file_get_contents() or Curl:
http://www.php.net/file_get_contents
http://www.php.net/curl
.
Relevant Pages
- Web based IDE?
... I have been doing quite some php using UltraEdit and Eclipse. ... searching capabilities of a good IDE: ... (comp.lang.php) - RE: [PHP] datediff in php
... Does anyone know if there is a date difference function in php? ... Much like DATEDIFF in ms sql. ... Going to http://www.php.net/date and searching the page for datediff ... seconds cause of all the loops. ... (php.general) - Re: can you identify this retro chair? possibly danish, modern and reminiscent of a "flying saucer c
... been searching ... with friends' help thru the nite! ... anyone with knowledge or leads, ... (rec.antiques) - Re: Stop PHP from rounding
... even after searching through all my books, articles, manuals, and ... search engines on PHP, I can't figure out how to stop PHP from ... I am trying to create a calculator that calculates a ... PHP ain't a language made for high precision calculations, if you need a bigger precision, use an external tool written in C++ or any other good language which returns you the value, you can then call the program with execand then use the returned string. ... (alt.php) - Re: Upload function in VB.net Compact Framework
... ctacke I did a lot of searching before posting my problem over here. ... >>Does anybody know who to build an upload function in VB.net CF??? ... >>I want to upload pictures from a PDA in a WiFi Network to a server. ... (microsoft.public.dotnet.framework.compactframework) |
|