+ Reply to Thread
Results 1 to 3 of 3
Like Tree2Likes
  • 1 Post By wjh2303
  • 1 Post By garrettroyce

Thread: check if mysql query returns empty set

  1. #1
    wjh2303 is offline x10 Sophmore wjh2303 is an unknown quantity at this point
    Join Date
    Mar 2009
    Posts
    139

    check if mysql query returns empty set

    how can i check if a mysql query in php has returned an empty set.
    I have a page that requires two queries, but want to format it slightly differently if the first query returns the empty set, i.e:

    if(1stquery=emptyset){
    format this way
    }
    else{
    format that way
    }

    hope thats clear enough

    TIA
    dinomirt96 likes this.

  2. #2
    garrettroyce's Avatar
    garrettroyce is offline Generally Helpful Member garrettroyce is a glorious beacon of lightgarrettroyce is a glorious beacon of light
    Join Date
    Apr 2008
    Location
    IL, USA
    Posts
    3,746

    Re: check if mysql query returns empty set

    Code:
    $result = mysql_query('blah blah blah this is your query');
    if ($result) {
         if (mysql_num_rows($result) == 0) {
            // do one thing
         }
         else {
            // do another thing
         }
    }
    karimirt47 likes this.
    gjr.gr - coming soon: secrets of OCD coding from a self taught tinkerer

  3. #3
    wjh2303 is offline x10 Sophmore wjh2303 is an unknown quantity at this point
    Join Date
    Mar 2009
    Posts
    139

    Re: check if mysql query returns empty set

    yup, thats done it, thanks

+ Reply to Thread

Similar Threads

  1. MySQL Tutorial
    By Bobswat in forum Tutorials
    Replies: 7
    Last Post: 02-01-2008, 10:14 AM
  2. MySQL problem
    By pensoftware in forum Free Hosting
    Replies: 3
    Last Post: 10-30-2005, 12:34 PM
  3. MySQL Help
    By AsPeRiTy in forum Free Hosting
    Replies: 2
    Last Post: 08-07-2005, 12:45 PM
  4. mysql cc
    By chrisosx in forum Free Hosting
    Replies: 7
    Last Post: 07-06-2005, 01:22 PM
  5. MySQL query
    By BigEmmaFanz in forum Scripts & 3rd Party Apps
    Replies: 4
    Last Post: 05-23-2005, 11:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers