How to add http:// if it doesn't exists in the URL in PHP?
There are many approaches to add http:// in the URL if it doesn't exist. Some of them are discussed below. Method 1: Using preg_match() function: This function searches string for pattern and returns true if pattern exists, otherwise returns false. Usually, the search starts from the beginning of th