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

前端 未结 3 581
花落未央
花落未央 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:09

    I don't see why you need ajax anyway. collage.php returns a valid image, so you can use the link used for your ajax call as the img tag src url. Just pass any variables you may need through the query string.

    Example:

    var queryString = $('#' + form).serialize();
    $('#image').html('');
    

提交回复
热议问题