It is very important to check URL is valid. In this article, We have shared with you how to validate URL in PHP. Using filter_var() function with FILTER_VALIDATE_URL Filters, we can easily validate a URL in PHP.
Also Read :How to validate an email address in P [...]
Author: TechArise Team
In this article, different methods to validate an email address in PHP.It uses regular expressions and an inbuilt email validation function in PHP.
Also Read :How to Open URL in Same Window and Tab using JavaScript
Using: regular function p [...]
In this tutorial, We have shared with you How to Open URLs in the Same Window and Tab using JavaScript.In HTML, the anchor tag is used to open URLs in the browser window. The href attribute is used to add a hyperlink to the tag and redirect one page to another. By default, the URL opens in the [...]
In this tutorial, We have shared with you How to convert UTC date-time into local date-time using JavaScript toLocaleString() function. The toLocaleString() method returns a string with a language sensitive representation of this date.
Also Read : How to Conver [...]
In this tutorial, We have shared with you how to convert the date and time value from one timezone to another timezone using PHP DateTime and DateTimeZone classes. You can convert any timezone to UTC DateTime using PHP.
We will show you how to convert local date&time to UTC DateTime (YYYY-M [...]
PHP Facebook Graph API allows users to login in a web application with Facebook credentials. In this tutorial, you will learn how to build a Login with Facebook Account using PHP. This is a very simple example, you can just copy-paste, and change according to your requirement.
[...]
PHP Google OAuth API allows users to login in a web application with Google credentials. In this tutorial, you will learn how to build a Login with Google Account using PHP SDK.This is a very simple example, you can just copy-paste, and change according to your requirement.
[...]
Uploading files with a drag and drop feature is a user-friendly solution widely used on web Applications where the emphasis on usability is very high. Mostly we need to implement file uploading functionality by browsing the file directory through the click. But sometimes it is required to also [...]
Newsletter marketing is a form of direct-to-consumer advertising. This is used by companies that want to send information directly to valuable and existing customers. A Newsletter subscription is the most important part of the dynamic web application. An email subscription provides an option f [...]
Thumbnails are reduced-size versions of pictures or videos, used to help in recognizing and organizing. Thumbnails are ideally implemented on web pages as separate, smaller copies of the original image, in part because one purpose of a thumbnail image on a web application is to reduce bandwidt [...]