Email conversation
From | Carl Helquist |
To | Me |
Subject | html2text.php script error |
Date | 9 October 2008 03:46 |
html2text.php downloaded from
http://www.howtocreate.co.uk/php/dnld.php?file=0&action=0
on 2008-10-8
line 147 started with "preg_replace..."
For my use I changed it to "$goodStr = preg_replace..."
I suspect that is what you intended it to look like.
That got rid of some annoying html entities.
The script works wonderfully. Thanks for making it available.
No need to reply if you don't have the time.
Carl Helquist
From | Me |
To | Carl Helquist |
Subject | Re: html2text.php script error |
Date | 11 October 2008 09:23 |
Carl,
> html2text.php downloaded from
> For my use I changed it to "$goodStr = preg_replace..."
Thanks for the bug report. Yes, it was supposed to have "$goodStr =" at the
start - oops. I have released a new version with the fix.
Cheers.
Mark 'Tarquin' Wilton-Jones - author of http://www.howtocreate.co.uk/