PHP vol.2

This week was quite different in terms of the coursework for the Web Development course. Unfortunately, I couldn’t attend the class on Wednesday because of another class that took place on the same day. Fortunately, thanks to the classroom recording I was able to catch up on some relevant concepts. Also, the little “student support group” helped me to complete the assignment on time, with most of the code working on the actual webpage. However, there’s still a lot of work ahead of me, especially if I want to include some more interactive components on my website for the final project.

As I mentioned in my previous post, my final website will have a blog/news format, where I will upload different types of content. For this week’s project I was able to figure out how and apply my knowledge of PHP in order to add forms. As it turned out, one of the most unique features of PHP is the way it handles HTML forms. Based on what I have created for this assignment, I would be able to include forms that could potentially help me to make my website more interactive and user-friendly. For instance, I could create a message box, where a user could leave a message for me in regards to the content I would upload there.

To conclude, a good benefit of using PHP is that it can interact with many different databases. I am excited to participate in the class tomorrow, since I still need some more practice as it comes to combining PHP and HTML languages. I would also want to learn how to create a stand-alone PHP file, instead of including everything on the HTML tab. I feel like this knowledge would be beneficial, since having both scripts on the same “page” turns out to be confusing — especially if I want to make edits to a specific part of the code.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.