I'm looking for an option that it will email a page using php sort of like the option in ie to email that page?
Printable View
I'm looking for an option that it will email a page using php sort of like the option in ie to email that page?
Try to combine mail and file_get_contents. Should do the trick.