SQL update problem

Discussion in 'Databases' started by Freewebspace, Mar 10, 2008.

  1. #1
    I just use this query to update `post_content`

    But the problem is it does n't get updated

    Another thing is that format of `post_content` is LONG TEXT


    Some say there is a bug with LONG TEXT character update

    Is there any other way to update `post_content`
     
    Freewebspace, Mar 10, 2008 IP
  2. VernonK

    VernonK Peon

    Messages:
    17
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What is the contents of $file? Is this HTML (I'm assuming so)? Are you sure there isn't a problem with single quotes in contractions (e.g. won't) breaking the query?
     
    VernonK, Mar 10, 2008 IP