Module 9

While creating my PHP files, I decided to make the connection file separate from the order for file, which a I am working on for the final project. This way, you can require the config.php file anytime you are connection or referencing the SQL database. The hardest part about all of this was getting the update queries to push to the database using the user’s input from the html form.

Leave a comment