Verifying date format in PHP ShowVerifying date format in PHP
There are several ways to check the format of a date in PHP; the simplest method is to make use regular expressions.
To confirm a date format DD/MM/YYYY, where the days and/or month can be given as...
Mktime() - Timestamp yesterday, last month, etc.). ShowMktime() - Timestamp yesterday, last month, etc.)
Intro
Last 24 hours
Yesterday
This week
Last week
This Month
Last 30 days (last 30 days)
Last month
Current year(this year)
Last year (last year)
Intro
The mktime()function...
Parsing a binary file in PHP ShowParsing a binary file in PHP
When using low level languages like C or Pascal, it is a common procedure, to data in a binary file (a record that can't be translated into text).
Using C language, suppose you want to save the value...
How to easily display PHP/HTML codes in your webpages ShowHow to easily display PHP/HTML codes in your webpages
Issue
What code to use?
Issue
If you want your visitors to be able to see the source codes of your webpage, there is a very easy way to do so. Normally, all you have to do in a...
Download DBxtra ShowDBxtra is an application designed to convert data into valuable information. It can create queries with unlimited filters and sort orders.
Advantage
It deploys report without any difficulties.
It needs no requirements system.
You do not need to...
Data tampering attacks ShowMost web application attacks involving soliciting a website with manually entered data to generate an unexpected context.
Web application parameters
The HTTP protocol, a communication protocol on the web, makes it possible to convey parameters in...
Data transmission - Cabling ShowCabling types
Several physical data-transmission media are available to connect together the various devices on a network. One possibility is to use cables. There are many types of cables, but the most common are:
Coaxial cable
Double twisted...
Binary encoding ShowIntroduction to binary
In the late 1930s, Claude Shannon showed that by using switches which were closed for "true" and open for "false," it was possible to carry out logical operations by assigning the number 1 to "true" and 0 for "false." This...