the problem i am facing is that i need to set a page which has mysql in it to retrieve images from a database as a newsletter.
i am at the stage where i have all the application set up and it works how it is meant; but it will not load the content of the page into the email which is sent out. the email is just a blank page.
i have used the file get contents function of php and the fopen which both had the same result, the closest i have got to it passing the data on is a couple of semi colons on the page which is the end of the code for the mysql on th original page.
i no there is away of sending the page as an attachment but it needs to have the page set as the email.
i have been working on this now for the last few days and i would really like to no if it is possible to do what i need with the methods i have been using or if i should try a different method