In this PHP tutorial, I am going to show you how to get last modified time of file in PHP. In many cases, it has been seen that you need to modify a file or update a file again and.... Read More
In this tutorial, I will show you how easily you can move a file from one directory to another in PHP. Moving file from one folder to another, there is no such move() function in P.... Read More
Hello developers, I am here again to provide you very essential as well as a useful code snippet. I have found people deleting posts of a custom type using plugins or complicated d.... Read More
Hi, This is a very basic and simple tutorial on how to rename file in PHP. So, I hope you gonna like this video as you can understand how the function is working and what are the.... Read More
In this post, I am going to show you a very common problem where people get stuck. It is very easy to align most of the elements to the center using text-align in CSS. But if you a.... Read More
Google provides YouTube data API. You can do lots of nice things using it. In this post, I am going to show you how you can retrieve and list YouTube channel videos using YouTube d.... Read More
Hello, in this post I am going to show you how to find keycode in JavaScript. I will create a JavaScript function that will print the keycode of the pressed key. I will show you by.... Read More
In the previous post, I have shown you How to set audio playing time to starting position in JavaScript and here I am again with another useful tutorial on how to pause audio aft.... Read More