Can someone tell me how to create a php that will have a pdf file, generated from my webpage, emailed as an attachment to a designated account?
I would recommend using something like FPDF to create the PDF file and something like PEAR Mail to send the mail. Both of those links will have some sample code.
CodeIgniter From Scratch: Day 3. Sending Emails
A video tutorial that shows how to do this (or most of it) with the CodeIgniter framework. It uses a .txt file as an attachement instead of a .pdf. Dont know how "Newbie friendly" this, but perhaps a good project to learn both php and a framework :rolleyes: