You need to use
Code:
$page_text .= ' code here ';
instead of using the ", use a ' to surround the html code.
If you can, break the code into several
Code:
$page_text .= ' code here ';
lines, keeping the original formatting (lines) of the code.
You may end up with several new lines, not just one.
Rob

Originally Posted by
dcfoster
Smoge -
I'm having a hard time taking the conversion code generated by Google and making it work in the $page_text .= format. I've been trying to find some references or code examples that would help me and have been unsuccessful so far. Do you know of any places I can look for help with this?
Bookmarks