PHP
-
PHP Form Action Example
In this example we will learn how to create HTML forms and how to handle data transmitted through them with…
Read More » -
Getting Started With Laravel On Codeship – Part II
In the first part of this series, I stepped through the basics of creating a continuous-deployment pipeline for a Laravel-based…
Read More » -
Creating a complete blog (CRUD) using MySQL and PHP – Part 2
In the previous part, we created a Post Class which will handle our article request and perform CRUD operation on…
Read More » -
PHP Send Email Example
E-mail(electronic mail) has become an integral part of the internet. Approximately all tech savy people have an email address. If…
Read More » -
PHP Checkbox Example
Checkboxes are those HTML elements that behave like toggle switches. So, unlike the radio buttons, checkboxes do not enforce to…
Read More » -
PHP Parser Example
In this example we are going to learn how to parse xml (Extensible Markup Language) with PHP. For this example we…
Read More » -
PHP Text Area Example
When building forms, we use text type inputs when we want the user to provide some text. But, for when…
Read More » -
PHP Radio Button Example
Radio buttons are one of the basic HTML forms elements, similar to checkboxes but restricting the selection to an only…
Read More » -
PHP class Example
In this example we are going to learn about classes in PHP, what they mean and how to use them.…
Read More »