Getting Started with PHP the Easy Way Pt4 – OOP Pt2 and Beyond

PHP is one of the most widely used programming languages, with large community of dedicated developers and rich ecosystem of frameworks. If that is not enough, the incredibly popular WordPress platform and CMS is based on it. This makes PHP a very good language to learn. So, give it a try. Learn all you need… Continue reading Getting Started with PHP the Easy Way Pt4 – OOP Pt2 and Beyond

Getting Started with PHP the Easy Way Pt3 – OOP Pt1

Do you want to learn PHP? Or, do you want to improve your current knowledge of PHP? This mini series will help you with both! In this part, you will learn about functions, OOP, classes. You will also learn about things such as class instances, inheritance and visibility types. Make the step towards PHP mastery!

Getting Started with PHP the Easy Way Pt2 – Control Flow

PHP is one of the programming languages that are very easy to learn. You can learn the basic in just a few days. This mini series will show you how. In this part, you will learn all you need about conditional statements, loops and break, continue, include and require statements. Make another step towards reaching… Continue reading Getting Started with PHP the Easy Way Pt2 – Control Flow

Getting started with PHP the Easy Way Pt1 – Variables & Data types

PHP is one of the most popular programming languages in the world. It is a programming language with a long history and it is also very powerful programming language. PHP can help you get done a lot things. Use this short mini series to learn all you need to know about PHP to get started.… Continue reading Getting started with PHP the Easy Way Pt1 – Variables & Data types

Build a Contact Form with React, AJAX, PHP and reCaptcha

Your new website is almost ready. The only thing you need is a contact form. Then, you are on the right place! This tutorial will show you how to build contact form with React, AJAX and PHP. What’s more, you will also learn how to implement reCaptcha and make your contact form secure. Now, let’s… Continue reading Build a Contact Form with React, AJAX, PHP and reCaptcha

Design custom form in CSS, JavaScript and PHP tutorial Pt4

Finally! The last part of this tutorial series that will make your form work smoothly. In previous parts we first created the foundation for form in HTML and CSS and then we added JavaScript fallback for cases when browser does not support form validation provided by HTML5. Today, we are going to work in PHP… Continue reading Design custom form in CSS, JavaScript and PHP tutorial Pt4