Hello everyone, here I am again with a small piece of PHP code. If you are looking for the PHP code to Count Sub-string from a text file using PHP you are at the right place. This .... Read More
Hello developers, today I am here to provide you with what you are exactly looking for. In maximum cases developers need to find out the IP address of a user, But if you are develo.... Read More
There is a lot of methods to enable a popup notification for a certain event on the browser. But all of that notifications will be in your webpage. The user will see the notificati.... 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 .NET C#, there are several types of string operations like – calculate length, substring operations, case change, replace, character array, string array. There are already.... Read More
In this post, You are going to see the making of a very simple static layout web page using pure CSS and HTML. This tutorial will help beginners to learn CSS Layout. You can modify.... 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
There are some ways to make a particular content of a webpage password protected with PHP. Even we can use JavaScript to do that. But that is not secure enough because that is a cl.... Read More