Tag : account
First and foremost, a user needs to be able to create an account. This will give them access to the rest of the site's functionality.
As it stands, when a user visits our app, they're greeted with our "sales" page, which encourages them to click the "Sign Up" button in the top right of their screen:
The home screen of our appClicking that "Sign Up" button directs the user to /signup.php—our first order of business should probably be to build that page.
Creating the Sign-Up Form
In our app's root directory, create a file ...




