Next one you should do Now do the more important next step: Form → insert into database Make a page with: first name input last name input submit button Then when submitted, PHP should insert that into users. That matches the “read info and write into a database” part your professor mentioned.
worked