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
In php manual, describe the function imagejpeg( resource $image [, string $filename [, int $quality ]] )
imagejpeg() creates a JPEG file from the given image
An image resource, returned by one of the image creation functions, such as
imagecreatetruecolor()
or
resource imagecreatefromjpeg ( string $filename )
then you can use imagejpeg to output an image