How to Count The Sub String from a .txt file using PHP

By Saruque Ahamed Mollick

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

How To Get or Detect The Local IP Address in PHP

By Saruque Ahamed Mollick

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

How To Add Browser Notification Using JavaScript

By Saruque Ahamed Mollick

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

Call a PHP function after a post published in WordPress

By Faruque Ahamed Mollick

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

Different Type of String Operations in .NET using C#

By Indibar Majhi

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

Simple Static Layout Page Using HTML and CSS

By Saruque Ahamed Mollick

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

Movie Video Trailers And Info PHP Script That Uses TMDB API

Movie Video Trailers And Info PHP Script That Uses TMDB API

By Faruque Ahamed Mollick | June 24, 2018

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

PHP Program to Protect Part Or Content Of A Web Page

By Saruque Ahamed Mollick

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

Related Posts