php

How to Get Last Day of Month using PHP

Submitted by alpha_luna on
This is a tutorial on how to Get Last Day of Month using PHP. This is a simple tutorial for the beginners who really wants to know how to construct simple source code in PHP. We are going to construct simple PHP source code below for the beginners. So, they can see how to construct it in a simple way. This source code will display how to get the last date of this current month, as well as the last date of a month from the given of a specified date. We are going to use the letter "t" and that our key to get the last date of a month.

Bus Tracking System

Submitted by alpha_luna on

Bus Tracking System

This Bus Tracking System is created to track the location of the buses and to manage the schedule of the buses in every branch location. The passengers 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 and they can view where's the location of the buses in every terminal.

Time Range Array in PHP

Submitted by alpha_luna on
In this tutorial, we are going to create Time Range Array in PHP. If you are going to create a time picker using dropdown elements to select time, then there are many ways to do that. The user can use jQuery plugins to create a simple time picker and much better to use custom time range in the drop-down to select time.

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.

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.