PHP & MySQL – Distributing Ticket on Every user [closed]

Is it possible to make a code for Distributing a ticket on user using PHP and MySQLi? Example below.

There is 10 Ticket:
1234
3214
2311
6778
1233
2218
9092
9311
9300
5881

Then 3 User or more: 
Juan
Maria
Quibs

I want to distro the 10 ticket on 3 users.

Output is

Juan has :  1234 6778 9092 5881

Maria has : 3214 1233 9311 

Quibs has : 2311 2218 9300