Reading Html from Any Url in PHP Php by Rajesh Kumar Sahanee - September 11, 2022September 11, 20220 Hello Friends, Today I am going to share very short and simple code which we can use to read html from any url in PHP. I am going to share two methods to achieve this, so let's start without wasting time. Method 1 (Using file_get_contents) [crayon-693e8ec6a30ff519330284/] Method 2 (Using Curl) [crayon-693e8ec6a3107074882424/] Thanks friends Your queries &
DataTable with Ajax Data Source Javascript Php by Rajesh Kumar Sahanee - September 7, 2022September 11, 20220 Hello Friends, Hope you are doing well today I am going to share how to use DataTable with Ajax Data Source or you can say how to perform server side processing in DataTable. Actually I was working on one of my personal project where I was needed this feature and After
Converting Timestamp to Time Ago in PHP Php by Rajesh Kumar Sahanee - September 2, 2022September 11, 20220 Hello Friends, Its being very long time I haven't posted anything due to busy life schedule but today I have some free time to write a post and also a code which I had found over internet yesterday while working on a client's project. In that project I had to
Test API With Online Testing Tool without Sign Up & Get Code Javascript Linux Php Tricks by Vivek Pal - November 23, 2021November 23, 20210 Friends, this post is for beginners who don't know to deal with API's and most API providers don't provide complete code, instead, they provide basic documentation where shows URLs & parameters only. If you are a beginner you might face issues integrating with your code. Online REST & SOUP API Testing
Add webhooks WATI WhatsApp API Gateway in Php Php by Vivek Pal - November 22, 2021November 23, 20210 Recently I was working on a project that needs to set up a webhook to fetch incoming messages. So I thought I should share the code & the procedure with you. So let's get started. If you are going to setup WhatsApp API so I assume you are aware of the
Cron Job Hack : Use cURL in a Cron Job Linux Php Tricks by Vivek Pal - November 18, 2021November 18, 20210 Hi Friends, Hope you guys are doing well. It’s been a long time I haven’t share anything but today I am going to share how to use cURL in a cron job. It is useful when sometimes your server's cron job is not acting as per your expectations or it
Capture Image From Video and Saving to Server in Javascript Javascript Php by Rajesh Kumar Sahanee - July 14, 2020July 14, 20200 Hello Friends, Hope you are doing well. It's being long time I haven't share anything but today I am going to share how to capture image from video and saving to server in Javascript. Actually this requirement came to me because of a client's mobile app where thumbnail image was
Create Dynamic XML Sitemap Using PHP Php by Vivek Pal - July 1, 2020July 1, 20200 If you are managing a website that has large numbers of pages, it's very difficult to add all URLs in sitemap one by one Especially if page creation frequency is high. Either you are an SEO or Developer, I am sure you had to face this problem. So today I
Connect Google App Engine with Google Cloud Storage Php by Rajesh Kumar Sahanee - June 6, 2020June 6, 20200 Hello Friends, I hope you are doing well. Today we are going to see how to connect Google App Engine with Google Cloud Storage. App Engine is a fully managed, serverless platform for developing and hosting web applications at scale while Cloud Storage is a RESTful file storage service for
SearchView Suggestions over Network in Android Android Php by Rajesh Kumar Sahanee - May 24, 20200 Hello Friends, Today we'll see an example of SearchView Suggestions over Network in Android. And there will be two part of this code one will be server side code in PHP and another one Android app code. Actually I was working on an android app in which I was required