i want to fetch the total user count of given referral ids in table

前端 未结 3 579
花落未央
花落未央 2021-01-17 04:27

hi i want to fetch the total user count of given referral ids in table i have tried using left join but i am getting duplicate results from mysql.

i am attac         


        
3条回答
  •  我在风中等你
    2021-01-17 05:15

    Change the JS to:

    function post(form)
     { loading(1); 
       $.ajax({ type: 'POST',
                dataType: 'image/jpeg',
                url: 'collage.php',
                data: $('#'+form).serialize(), 
                success: function(data) 
          { $('#image').html('

    See This question for information about implementing base64_encode in JS.

提交回复
热议问题