Hi.... i have this script i have made that changes things such as b to <b> (for forums etc). however, every time it encounters < it turns it into D< ; (that does a < on the screen, but dosent 'run' html tags). does anyone know how to disable this?
sorry, it turns the greater than symbol into a greater than symbol that is displayed on-screen but not recognised as the start of a html tag
PHP doesn't do that automatically...are you calling htmlentities() or something like that?
Diego