ok first things third! i do not have an understanding to how classes work!
i have a page which processes an calendar file and prints it in month form
i would like to copy this script to create an email and send out to a mailing list.
i duped the file and stripped it down as much as i could until i started getting errors.
the output seems to come from the last line of text $page->output();
as i can understand $page is a class. (i could be wrong)
all i want to do is take the html output and put it into a $var to then use in my mail script!
this is all based on phpicalendar http://phpicalendar.net/
advance thanks
owaring