missing-score
02-10-2003, 10:47 PM
Right, now I'll get to the point. I am making a small program mainly to increase my knowledge of PHP. ( You can find it at www.missingscore.co.uk )
It is an e-mail program, with lots of added features, and I have recently decided to add a rich e-mail function. ( Eg: HTML + Images )
I developed a code to use similar to the vB code on this site, and I used Regular Expressions to convert it to 2 versions, one without any tags at all, the other with fully formatted HTML. eg:
Text
--- Would output
1. Text
2. <font color="red">Text</font>
This is good, but there is a problem, ( think ) when it backslashes characters.
I have put all the files in a zip file so I would appreciate someone taking a look.
This is sort of what I want it to look like in the end:
www.missingscore.co.uk/ftry.php
Matt
It is an e-mail program, with lots of added features, and I have recently decided to add a rich e-mail function. ( Eg: HTML + Images )
I developed a code to use similar to the vB code on this site, and I used Regular Expressions to convert it to 2 versions, one without any tags at all, the other with fully formatted HTML. eg:
Text
--- Would output
1. Text
2. <font color="red">Text</font>
This is good, but there is a problem, ( think ) when it backslashes characters.
I have put all the files in a zip file so I would appreciate someone taking a look.
This is sort of what I want it to look like in the end:
www.missingscore.co.uk/ftry.php
Matt