Hi all
I have an registration system for customer names and their phones, the system consists of two applications, first one for the user and the second for the admin.
user begins and send his phone number to the online database (mysql database connected through php)
admin application must verify this number by an sms.
what is the best way for the admin application to reply at once to the user when he send his number ? may I use a timer and search for the new fields every 10 seconds for example ?
thanks in advance
I have an registration system for customer names and their phones, the system consists of two applications, first one for the user and the second for the admin.
user begins and send his phone number to the online database (mysql database connected through php)
admin application must verify this number by an sms.
what is the best way for the admin application to reply at once to the user when he send his number ? may I use a timer and search for the new fields every 10 seconds for example ?
thanks in advance