|
Posted by Jerry Stuckle on 02/23/06 21:41
Netko wrote:
> Hi.
>
> I am new to php, and i would like to ask you how can i save some
> webpage(source code) in a file?
>
> I know how to do it with http sites, but i cant get it to work with https
> sites
> I was trying to use cURL, but for some reason i cant get whole webpage into
> fil, but only a part.
>
> So can someone write example how to catch webpage source and put it in to
> file?
You can't get php source via http or https - all you'll get is the
resulting html code.
To get the source you need use ftp.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|