I am trying to use the strip_tags() function but this error keeps on appearing:
Fatal error: Call to unsupported or undefined function striptags() in update.php3 on line 57
Any help would be appreciated.
Alex
Make sure you are calling strip_tags () and not striptags() Note the underscore...
That error is given when the function does not exits... Be sure you are using PHP 3.0.8 or newer...
Good luck, Andre