Jump to content

Can you send an entire webpage via email using PHP?


wozzaofrarex

Recommended Posts

Hello

 

If you go to File >> Send > Page via email

 

it will send a snap shot of the current page you are looking at via email.

 

can this be done via PHP (or another means) so that I can create a script that will email a webpage automatically to a chosen person?

 

thanks in advance

If you go to File >> Send > Page via email

 

In IE? It sends an HTML page. If you drop it down to plain text, the formatting is lost and the coding shows up.

 

All you need to do to duplicate this is to capture the source for the target page and then send it as the body of the email.

 

Take a look at fopen()

 

http://us.php.net/manual/en/function.fopen.php

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.