Adding New User (external to VB)
I just want to verify my findings. I am successfully adding a new user to the user table (field values are good, incl'g password/salt), and I am also retrieving the userid of the newly added user and using that to create new rows in the usertextfield and userfield tables. From reading the PHP, I think this is all that is needed to add a user without violating referential integrity.
Am I right?
|