PDO

Login and Register using PDO in PHP

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a simple login and register using PDO extension in PHP. PDO stands for PHP Data Objects and as per official site description, defines a lightweight, consistent interface for accessing databases in PHP. PDO is the most recommended extension nowadays to interact with database because of many features like preventing SQL injections, prepared statements, etc.

Meralco Bill Calculator (PHP/MySQL)

Submitted by iannnnnf on
Hey guys, this is a simple application coded with core PHP and MYSQL using PDO. Summer months in the Philippines is so hot we had to use at least two fans at night just to get good sleep. I was a little worried about our electricity consumption so I made this simple app to compute how much we have to pay even before the bill arrives. Basically, you just have to input a couple of details you can

Wizard Registration Form with Progress Bar

Submitted by azalea zenith on
In this tutorial, we are going to create registration form using PDO in PHP. If you are looking for Wizard Registration Form with Progress Bar then you are at the right place. Using this kind of form, you can organize the information to be enter by the user. This simple tutorial, it has 3 steps to finish the registration for the user.

Login Logout Practice for Beginners with Session using PDO in PHP

Submitted by alpha_luna on
In this tutorial, we are going to learn Login Logout Practice for Beginners with Session using PDO in PHP. This simple tutorial, you can learn how to log in and log out with using session in PHP. The target of this tutorial is for the beginners who willing to learn how to log in and log out with a session in simple ways and simple source code that we are going to use.

Feedback Form Script with Captcha Code

Submitted by alpha_luna on

Feedback Form Script with Captcha Code

If you are looking for Feedback Form Script with Captcha Code in PHP then you are at the right place. I will teach you to step by step on how to create a feedback form with captcha code using PDO in PHP. Also, you can learn how to generate a random code and you can use this to protect your web page from random spammers.

Delete Data Using Date in PHP Using PDO

Submitted by alpha_luna on
If you are looking for Auto Delete Data Using Current Date then you are at the right place. This source code will help you on how to create a simple program that the data will automatically delete when the expiration date will appear. To set the expiration date, we have one input field to add a number of days to the current date and this step to get the expiration date to delete the data automatically.