Im doing some updates to a site (which I did not code), so I transferred it to my local computer so I can work on it. One of the pages calls an email class. It works ok on the live site, but on my local machine, it dumps all the text from the class into the page in one long string, starting with the first function that is called (not the whole page). It dumps everything from that point on.
Anybody have any ideas?