In this article, I am going to tell you how to encode JSON objects using Java programming language with simple example code. I hope you will enjoy this tutorial. At first, you nee.... Read More
Hello, guys! I hope you will like this post. In this post, I am going to tell you how to get the thumbnail image of any YouTube video. YouTube automatically generate 4 types of the thumbnail image. You will able to get each thumbnail image from these URL given below: https://img.youtube.com/vi/YouTube_Video_ID/0.jpg https://img.youtube.com/vi/YouTube_Video_ID/1.jpg https://img Read More
Hello, guys! I am here with a PHP code snippets which may be so amazing for you. In this tutorial, I will show you how to take complete JavaScript code inside PHP variable. The bel.... Read More
Several times we may need to check for URL and need them to make clickable. We all see that thing on many websites that the URL inside a text block become clickable. For example, w.... Read More
I am again here with a new PHP coding tutorial and this is also a simple tutorial that may be useful for you. Do you want a hidden web page or hidden content on your web page and m.... Read More
PHP switch case statement was first introduced in PHP 5. The switch statement is used to perform different actions that based on different conditions. Below is the syntax of a swit.... Read More
You may need to make an element transparent on your web page. In this post, I am going to tell you how to make an element transparent using CSS code. There is a CSS property availa.... Read More
You can see on many sites like this link. Whenever you click the link, you will able to send an email that is given using the backend HTML code. There the email address is already .... Read More