Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
WordPress users often notice spamming on WordPress sites generated by the comment section. The comment section already has four fields. These are comment text, name, email and webs.... Read More
Today in this article, I am going to tell you how to call a PHP function when a post updates with status “publish” or a new post publishes on a WordPress site. In a nut.... Read More
In this post, we are going to introduce you to a PHP script that will list the movies and users can see the trailers videos of the movies. This is the Movie Video Trailers and Info PHP Script developed by CodeSpeedy and using the TMDB API key to retrieve the movie data. TMDB or The Movie […] 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