First steps in PHP
Learning project: PHP
In mid-January 2023, I began a program to expand my qualifications. I was excited to get more familiar with programming and the Educom training started with the PHP language. This project is one of my first steps as a developer and I did it at the end of the first week of the training.
What’s the program about?
I wrote 4 different algorithms to draw a triangle formed by asterisks. In addition to the assignment, I implemented the drawing of a diamond formed by asterisks, which is actually a combination of the same algorithm but applied bi-directionally.
After the user enters a number, the program draws the shapes as the number of rows and the number of asterisks on the last row correspond to the entered number.