A holder of HTML, CSS, JS, PHP, and SQL related projects that have yet to be completed and are in the works.
Current Projects
| Title | Description |
|---|---|
websiteUsingTemplates |
Sample text. |
Completed Projects
| Title | Description |
|---|---|
creatingAndQueryingDataset |
Creates/overrides a database called userinformation, with 3 tables, user, stats, and user-stats, which are populated with random numbers. The database is then queried multiple times and a derived column is appended to stats. |
First you would need a way to use PHP and SQL, I recommend XAMPP.
Upon downloading XAMPP, you can open up "xampp-control" and click "Start" for both Apache and MySQL.
You can then move the "project-broccoli-php" folder into "xampp/htdocs".
You can now go to your favorite search engine and type in "localhost/project-broccoli-php" and navigate from there, clicking on whichever project you want.
For SQL related projects, I would recommend downloading DBeaver or another Database tool.