Why doesn't fetch_array work on a remote server?

Discussion in 'PHP' started by gilgalbiblewheel, Apr 17, 2008.

  1. #1
    It works on a local server but not on a remote.

     
    gilgalbiblewheel, Apr 17, 2008 IP
  2. m0nkeymafia

    m0nkeymafia Well-Known Member

    Messages:
    399
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    125
    #2
    The SQL you ran had an error
    Echo mysql_error() to find out what happened.

    More than likely the remote server is a different version of MySQL and something you tried to run locally doesn't work on the remote server.
     
    m0nkeymafia, Apr 18, 2008 IP