RE: [PHP] Re: emailing a web-page

2003-02-24 Thread Van Andel, Robbert
. I have an example if you need it. Robbert van Andel -Original Message- From: Mathieu Dumoulin [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 8:33 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: emailing a web-page What i would actually do is this: Generate simple HTML code

[PHP] Re: emailing a web-page

2003-02-24 Thread neko
> 4) Easy to do for anyone, even for you, it's simple. Thanks for that sly jab ;) neko_ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: emailing a web-page

2003-02-24 Thread Mathieu Dumoulin
What i would actually do is this: Generate simple HTML code that creates a FRAMESET with only one FRAME point the source directly on the page you wish to show to the user in the mail. Here are the good reasons: 1) Updated content cause it stays on the web 2) Small email, no image, not even the re

[PHP] Re: emailing a web-page

2003-02-24 Thread neko
Question : When people send you junk e-mails they often have image refs and so forth - does that mean they are using absolute links in the img refs? I need to find a way to allow a non-technical user to quickly and easily send off a web-page (generated on the fly) in email format, but so far I'm s

[PHP] Re: emailing a web-page

2003-02-24 Thread neko
http://www.php.net/manual/en/function.file-get-contents.php I was thinking of using this, however the website I want to pull the HTML from uses relative links, so that places me in a pretty pickle if I want to have the email make use of stylesheets and images. :) neko_ "Arjan Gijsberts" <[EMAIL

[PHP] Re: emailing a web-page

2003-02-24 Thread Arjan Gijsberts
That shouldn't be a problem. You could use fopen() to open the file. "Neko" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > update: > > I think I just need to work out how to grab a web-page and include it into a > string to supply to the mail I'm generating (using pear). Provided th

[PHP] Re: emailing a web-page

2003-02-24 Thread neko
update: I think I just need to work out how to grab a web-page and include it into a string to supply to the mail I'm generating (using pear). Provided that the hyperlinks aren't relative I should have a funky looking email going on.. neko "Neko" <[EMAIL PROTECTED]> wrote in message news:[EMAIL