One of the method of preventing SQL injection is by using prepared Statements in PHP. Using that concept write a snippet you would use to add users to a MySQL database from a web-form. Use first name and last name as the data required in the database.Explain your code step-wise.