Magic quotes?

Last post 10-23-2009, 11:57 AM by lpgr. 1 replies.
Sort Posts: Previous Next
  •  10-23-2009, 8:50 AM 56638

    Magic quotes?

    Next question ;-)
     
    Everytime I post something including quotes (like this ' or this ") then a backslash is added in front of the quote.
    So I'm not able to set a hyperlink, image or something else. Because I post following source code with CuteEditor:
    <a href='test.html'> and if i look what my scrit receives is: <a href=\'test.html\'>
     
    Do I need to disable or enable magic quotes on the PHP server? Or does'nt it matter?
     
    Thanks in adavnce
    lpgr
  •  10-23-2009, 11:57 AM 56643 in reply to 56638

    Re: Magic quotes?

    I fixed that problem with the PHP funktion stripslashes()
View as RSS news feed in XML