How to include records to another table automatically?
Hello
I am writing php and mysql application. Upon user registration, I want user_name, email and phone number to automatically added to new table, is that possible with mysql or do i need php to do it?