Welcome to My Blog
By Admin
• February 4, 2026
This is my first blog post! I built this simple blog application using PHP and MySQL. It supports creating, reading, updating, and deleting posts. The application follows a simple MVC-like architecture with separate views for each action.
Getting Started with PHP
By Admin
• February 4, 2026
PHP is a powerful server-side scripting language that is especially suited for web development. It can be embedded into HTML and is widely used for creating dynamic web pages. In this blog, I will be sharing my journey learning PHP and building web applications.
Working with MySQL Databases
By Admin
• February 4, 2026
MySQL is one of the most popular relational database management systems. It works great with PHP and is used by many major websites. In this post, I will cover the basics of working with MySQL databases, including creating tables, inserting data, and querying information.