This post gonna be very useful for those people who are interested to learn how to create a database connection using PHP with MySQL as well as how to Insert Data into MySQL Table .... Read More
In this tutorial, you will learn how to select an HTML element by its attribute using jQuery. Selecting an element by its attribute with jQuery is also easy like selecting an eleme.... Read More
Today in this post we are going to see how we can get the name of the class of an element when someone clicks on the element. In short, we are going to get the class name of an ele.... Read More
It may be needed often to check if an HTML element has a particular class or not. Depending upon this fact you may need to perform some tasks. We can do it using the jQuery JavaScr.... Read More
This tutorial is going to be interesting. In this tutorial, we will click an element, but actually, the click will trigger to another element. So in this tutorial, we will learn ho.... Read More
We can check if a URL is a valid YouTube video link or not easily in PHP using the parse_url() function. The parse_url is the inbuilt function of PHP that is supported by PHP 4 and.... Read More
Today we are going to see a nice PHP trick. Here in this tutorial, we will see how we can create visual star rating depending upon the value from 0 to 5 in PHP and using the font a.... Read More
Here in this post, we are going to see how to change the URL of the browser in JavaScript without loading a new page or reloading the page again on click. Here we are going to crea.... Read More