In this tutorial, we’re going to build a PHP/MySQL-powered forum from scratch in Laravel. What Is Laravel? From the official documentation: Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation—freeing you to create ...

Numerous examples from robots to bicycles have been offered as “easy” explanations of what OOP is. I’ve opted to show you how OOP works with a real-life example, for a programmer. By creating a MySQL CRUD class you can easily ...

Data validation is an integral part of working with forms. Not only can invalid submitted data lead to security problems, but it can also break your webpage. Today, we’ll take a look at how to remove illegal characters and validate ...

In this tutorial, we are going to create a user signup form that adds a user to a database and then sends out a confirmation email that the user must click on before their account is activated. Create a Sign ...

A couple of weeks ago, Nettuts+ posted an introductory tutorial to using Amazon’s Simple Storage System (S3). Being able to upload an unlimited number of files for hardly any money is great, but it would be even better if your ...