I have been using HTML area and it worked great however now im learning PHP with MySQL and I have hit into a problem. When I submit news from my htmlarea form it will add all the Quotation marks. which then stuffs up my output of the text. I have tried to use stripslashes($news); function on both the insertion and the output from the db but with no success. Any ideas how to get around this problem?

Your help would be great! 😃

    When inserting to database, use addslashes ($text)...

      Write a Reply...