doglitbug / sssm

Simple Staff Schedule Management
0 stars 0 forks source link

User registration #2

Open doglitbug opened 7 years ago

doglitbug commented 7 years ago

Create page to allow a manager to add a new user Enter basic details and send refferal link via email

doglitbug commented 7 years ago

Adjust new.php so that the process is to , create user record, search for the record for the id then use this to create contact record.

This is because in a multiuser environment there is no guarantee that mysqli_insert_id will return the correct id!