Hello,
I am just after some information if anyone knows how to create a system in php that auto assigns a user at random when a record is logged in a mysql database
I have been tasked to build a logging system for which uses a database to store the data but auto assigns users based on a user data database of arround three users to start with, so each time you log a new call is auto assigns a differnet user, this is so each call gets allocated correcly
Does anyone know how I can achieve this
Thanks,
Martin