|
Posted by Steve on 02/21/07 18:29
"javelin" <google.1.jvmail@spamgourmet.com> wrote in message
news:1172079828.170362.243730@l53g2000cwa.googlegroups.com...
| fopen fails to produce anything but a blank page, as I expected it
| would when I "rtfm". The target site is not mine, and I can't hope to
| have it opened for access anytime soon.
you don't need to have it 'opened for access'. you aren't getting source
code from them, just html...which they offer publically.
| It is, essentially, a blog,
doesn't matter
| and I need to get the posts off of a certain category every hour or
| so.
write your script (the one where you will use fopen because you rtfm) and
put it on a cron job or windows scheduled task.
| I just needed some PHP or CGI code that can automatically import
| the html from a supplied URL, then display it. From there, I can work
| out a means to manipulate the resulting page.
painfully, but probably so. just kidding. ;^)
| Any recommendations from the manual or elsewhere I can look into?
fopen
fread
stream_get_meta_data
http_response_header
(hell, even file_get_contents works)
Navigation:
[Reply to this message]
|