prob with mysql intalling script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • integrated
    Confirmed User
    • Apr 2003
    • 3826

    #1

    prob with mysql intalling script

    anyone that is familiar with mysql or installing scripts and is willing to give me some help icq on 241440057

    Pioneer of .TV domains
    Grandfather of .TV development
    Respected among industry LEADERS
  • integrated
    Confirmed User
    • Apr 2003
    • 3826

    #2
    nore specific im getting this error

    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in .............................

    Pioneer of .TV domains
    Grandfather of .TV development
    Respected among industry LEADERS

    Comment

    • integrated
      Confirmed User
      • Apr 2003
      • 3826

      #3
      bump

      Pioneer of .TV domains
      Grandfather of .TV development
      Respected among industry LEADERS

      Comment

      • lennox
        Registered User
        • Jan 2004
        • 144

        #4
        i'll try to explain this but the Crown is taking over...

        it means that whatever you are calling in mysql_fetch_array() isn't there... might be a typo

        example:
        $database = mysql_query() <--- it's not seeing this
        mysql_fetch_array($database);

        Comment

        Working...