-
How to Create a TimeStamp in PHP
A UNIX timestamp represents the number of seconds since the UNIX epoch date, which was the time at 00:00:00 UTC on 1...
-
How to Create a Calendar in PHP
The PHP programming language features date and time functions that simplify creating a monthly calendar. The "date()" function returns a formatted date,...
-
How to Convert a Date to a UNIX Timestamp PHP
The UNIX Timestamp is the time in seconds between January 1, 1970, and any date. The PHP "strtotime" function can be used...
-
How to Convert a Time Stamp to a Date in PHP
The PHP programming language has several useful functions for getting and manipulating the date and time. The PHP "time()" function is used...
-
How to Create a PHP Page in a Website
PHP is a server side programming language used widely on the web to build dynamic websites. PHP pages can run only on...
-
How to Create a Calendar Using PHP
A PHP calendar is very easy to set up in just a few minutes. Use the calendar on your website to display...
-
How to Echo Variables Using PHP
The echo function (or more precisely a language construct) is one of the most frequently used functions in PHP. All programming languages...
-
How to Create a Table in PHP
One of the benefits of using the server-side language PHP is that it contains built-in tools for interacting with your MySQL databases....
-
How to Create a PHP Function
PHP has over 700 built-in functions, but you have the freedom to create your own functions if need be. Functions are just...
-
How to Get the Date From Datetime in SQL
The database query language SQL is standardized by the American National Standards Institute (ANSI). Yet, many variations of SQL exist between database...
-
How to Create an Array in PHP
Arrays are data structures, and they are frequently used in all programming languages, including PHP. In PHP, an array is actually a...
-
How to Create a Time-Date Calculator Sheet in Excel
Excel is a spreadsheet program that enables the performance of many different types of calculations, some of which would be too complex...
-
How to Convert a PHP String to Date
When working with programming languages, it is common to need to convert an item from one data type to another. There is...
-
How to Create a While Loop in PHP
Conditional statements and loops are powerful tools (in PHP or any other programming language) that help control the program flow. Like other...
-
How to Update a Text File With PHP
Updating a text file in PHP is a common task in Web development projects, as text files can act as effective, simple...
-
How to Make Text Changes on a PHP Page
PHP is short for Hypertext Preprocessor, a reflective programming language that produces Web pages that respond to a viewer's actions. PHP is...
-
How to Create Dynamic Web Pages Using PHP & MySQL
You can use the programming language PHP and the database management system MySQL to build dynamic Web content that changes to suit...