1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Error Message Please Help

Discussion in 'MySQL' started by Khansahib, Dec 23, 2009.

  1. #1
    Hello,

    I am getting error on one of my website's page, its connected to database, i have tried checking database but its Ok, i also restored the old db but still the same issue.

    here is what i am getting.

    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/mysite/public_html/softwares/downfile.php on line 50


    here is what that downfile.php have on line 50

    i am on cpanel/whm dedicated server, using
    mysql (5.0.85-community)
     
    Khansahib, Dec 23, 2009 IP
  2. mwasif

    mwasif Active Member

    Messages:
    816
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    70
    #2
    There is some problem with your query. You can use mysql_error() to print the errors in this way
    mysql_query($your_query) or die("Error in query: ".mysql_error());
    Code (markup):
     
    mwasif, Dec 23, 2009 IP