Latest Articles

List of PHP Date/Time Functions With Examples

Sometimes it is necessary to display the current time and date in your input field of the form, or any other part of the web page.PHP provides inbuilt date and time functions that can be used to display time and date from the server. PHP also provides different functions for formatting the structure of date […]

Things You Should Know About PHP Latest Version 7.0

PHP’s latest version 7.0 has launched in the market with its cool new features and improved performance. PHP is very popular in the language in the market. It has more than 80% of shares of the market. Most of the websites use PHP version 5.0. But this latest version of PHP has many advanced features […]

Onhover Effect With Inline CSS and JavaScript

In most of the sites, you have noticed that when you hover the cursor on that text, it changes the text’s color. Hover Effect Using CSS CSS hover selector is used for making the hover effect on some text or link. It makes the page interactive and user friendly. This method changes the color of […]

How to Convert Str to Int in PHP

Sometimes you require to convert the string into the number like int, float, or any other type. It is needed when you get a number as a string; then, it is necessary to convert this string into a number for performing further operations on that string type number. Convert Str to Int in PHP In […]

HTML Code to Change Text Color on Mouseover

As a regular user, you have noticed on most websites that when you click on some text or link, it changes the text’s color or link on mouseover. When you visit that link page and come back, it may also have changed the link’s color. Change Text Color on Mouseover This method is used to […]