PHP Tutorial

Show Captcha on Login Failed Attempts

Submitted by alpha_luna on

Show Captcha on Login Failed Attempts

If you are looking for Show Captcha on Login Failed Attempts then you are at the right place. In the previous tutorial, we already saw about user login and PHP captcha. In this tutorial, we are going to combine this two tutorial to create a powerful login using captcha. If the user tried more than 3 failed login attempts, then the captcha will show to add control for invalid login. In the example below, we have to calculate the number of failed login attempts based on the IP Address.

Simple Love Calculator

Submitted by rinvizle on
If your looking for a Simple Web Application for entertainment I have here a Simple Love Calculator using PHP and Javascript. This application has a two inputs of a name for the male and female. Every letter or name that the user encode the application will automatically calculate the percentage of love with that two names that the user encode. The calculation of the percentage is driven by the javascript to show how much percentage that the two name will be each other or not.

Random Code Generator in PHP

Submitted by alpha_luna on
In this tutorial, we are going to create Random Code Generator in PHP. This simple source code will teach you how to create using simple PHP query. You can use it to your project to have a confirmation before they submit the forms or you can use it to have a random password for the new users. This simple tutorial work by clicking the refresh button to get a new random code. You can also check the live demo of this simple tutorial, so you can get an idea and you can try this out, let's get started.

Bootstrap Signup Form with Email Availability Check using jQuery, PHP, and MySQL

Submitted by alpha_luna on

Bootstrap Signup Form with Email Availability Check using jQuery PHP and MySQL

In this tutorial, we are going to create Bootstrap Signup Form with Email Availability Check using jQuery PHP and MySQL. This tutorial created to the advanced level of programming. Features of this simple tutorial are to check the email availability, live jQuery validation in every field, and signup process without refreshing the whole page.

How to Convert String to Sentence Case using PHP

Submitted by alpha_luna on
In this tutorial, we are going to learn how to Convert String to Sentence Case using PHP. We all know, in a sentence form, the first letter is capitalized and the following word is lowercased but with the proper nouns and other words must be generally in capitalized word. We are going to convert the string to sentence case. For example, the user comment to a webpage, it will display the string into the web page but you cannot, sure enough, the text from the user is properly formatted or not.

Submit PHP Form without Page Refresh

Submitted by alpha_luna on

Submit PHP Form without Page Refresh

In this article, we are going to create on how to submit Submit PHP Form without Page Refresh using jQuery and Ajax. We are going to use these two functions so we can submit PHP Forms without any refreshing in our page and we are going to use the $_POST request in PHP. Let's do this:

Creating Simple HTML Form

Kindly copy and paste to your BODY tag of your page.

Ajax Login Form with Bootstrap, jQuery, and PHP MySQL

Submitted by alpha_luna on
In this tutorial, we are going to explain how to create Ajax Login Form with Bootstrap, jQuery, and PHP MySQL. For my Registration tutorial post using Ajax and jQuery, this is my continuation tutorial that I am going to create a simple yet useful login form with Bootstrap. The users type their email and password to log in and all the process will be done without web page refresh.

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.

Bus Dispatch and Information System

Submitted by alpha_luna on

Bus Dispatch and Information System

This Bus Dispatch and Information System is created to manage the schedule of the buses in every branch location. For all passengers, they can view the scheduled of the buses on the tv screen in every bus terminal. Whether the bus is On Travel, Arrived, Delayed, or Cancelled trip.