URL Exist or Not Exist Check PHP
June 9, 2022 ⚊ 1 Min read
We can easily check a given URL or Link is active or not. By using below PHP function we can easily get whether the given.
Add HTTP Protocol if not Exist with URL
June 7, 2022 ⚊ 1 Min read
The below function is used to add HTTP protocol to the URL if not available. You can add “http://” or “https://” by using the function.
HTML Basic Structure Template 2022
June 4, 2022 ⚊ 1 Min read
The HTML or HyperText Markup Language is the standard markup language to design web pages to display information in a web browser. The below section.