admin

admin

How to create new folder using php

In this tutorial we will create new folder using php. i have used the mkdir command to make a folder, however i would like it to make a folder based on the username of the person who is currently logged…

curl request in udemy api using php

To make any calls to Udemy REST API, you will need to create an API client. API client consists of a bearer token, which is connected to a user account on Udemy. To send authenticated requests, provide the client_id and…

How to Send SMS using Twilio in PHP

In a few lines of code, your PHP application can send, receive, and reply text messages with Twilio Programmable SMS. Download below library file and copy and paste code after setup Account ID, Auth Token and Twilio Number. You may…

Two date get hour and minute using php

Today, we’ll discuss how to calculate date and time difference in PHP. The easiest way to calculate the time difference in PHP is using diff function(). You may also like Get total minute and second difference between two dates using…