online male and online female not working help plz

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    online male and online female not working help plz

    hi there can some one tell me where i am going worng

    Code:
     male online
    
     $sql = " SELECT a.username, a.level, b.place, b.uid, a.hidden 
    FROM users a INNER JOIN online b ON a.id = b.uid  WHERE sex>'M'
                GROUP BY 1,2
                LIMIT $limit_start, $items_per_page
        ";

    Code:
     female online
    
     $sql = " SELECT a.username, a.level, b.place, b.uid, a.hidden 
    FROM users a INNER JOIN online b ON a.id = b.uid  WHERE sex>'F'
                GROUP BY 1,2
                LIMIT $limit_start, $items_per_page
        ";
    i want the list to show male and female on diffrent pages
    HELP THEM WHO HELPS YOU



    i only work on wapdesire v_2 coding only

    #2
    Code:
    male online $sql = " SELECT a.username, a.level, b.place, b.uid, a.hidden FROM users a INNER JOIN online b ON a.id = b.uid  WHERE sex[COLOR=#ff0000]=[/COLOR]'M'            GROUP BY 1,2            LIMIT $limit_start, $items_per_page    ";

    Comment


      #3
      thanks you rukiya

      the coding was not working but with a bit of playing around i have fixed it thanks very much mate
      Last edited by brand; 02.12.11, 01:02.
      HELP THEM WHO HELPS YOU



      i only work on wapdesire v_2 coding only

      Comment


        #4
        Please close this as i have fixed it now thanks
        HELP THEM WHO HELPS YOU



        i only work on wapdesire v_2 coding only

        Comment


          #5
          Originally posted by Chad1522
          Did they pay you $1000 the first time you got payed from them or was it a lot less?

          what the fck u chatting about
          HELP THEM WHO HELPS YOU



          i only work on wapdesire v_2 coding only

          Comment

          Working...
          X