Skip to content

Latest commit

 

History

History
84 lines (61 loc) · 3.21 KB

README.md

File metadata and controls

84 lines (61 loc) · 3.21 KB

PHP & MYSql classes LAB and homework

This is what I made to document everything and my journey to PhP and MYSQL.

Link to journal: Nestor Journal

Built during 2022 to present

Skills used:

  • PhP
  • UX/UI.
  • HTML
  • CSS.

Nestor's Coffee Shop!!

I made this website with PhP and for loops!

Link to coffee shop: Nestor Coffee Shop

Source Code: Source Code

Built during 2022 and a 5 day deadline.

Skills used:

  • PhP
  • For loops.
  • How to include separate PhP Files
  • CSS.

Inn N Out Forms!

Made this project with PhP

Link to In n out demo: In n Out

Source Code: Source Code

Built during 2022 and a 7 day deadline.

Skills used:

  • PhP
  • Method: POST
  • it will display different combo prices
  • After displaying combo prices, new form with user information for a receipt.
  • After order has been submitted, display random number as a receipt number. Displaying customer information.

Lorem Ipsum Random Text Generator!

I made this website with PhP!

Link to Lorem Ipsum: Lorem Ipsum

Source Code: Source Code

Built during 2023 and a 10 day deadline.

Skills that I'm improving and things I learned:

I did this project with an array of words. A conditional statement to choose how many paragraphs the users want and a while loop to iterate in the array and also create randoms paragraphs.

  • How to iterate each element of an array.
  • I'm feeling more comfortable using _POST and sending data to PhP server.
  • I created a variable and stored a random value between 1 and 100 to select randomly a word in the array.
  • CSS.

One of my AHA!! moment for this project was when I discovered that I needed to create a conditional and rewrite the while loop to have different paragraphs, the code worked without the while loop but every section was the same without it, which in this case (Lorem Ipsum) wouldn't work.

GitHub documentation