How to get image from youtube and vimeo embedded url?
by admin / ON May 05, 2022
This tutorial for gettting the image from youtube and vimeo embedded url using the php code without any 3rd party tools. you can just enter the embedded url in below code and ge Read More
Add Forfully Redirect http to https using php code without .htaccess
by admin / ON May 05, 2022
This tutorial for redirect the http url to https using the php code if your .htaccess will not work for the SSL. it will just redirect all your http url to https without using t Read More
How to upload bigger file in Chunks?
by admin / ON March 08, 2021
This tutorial for upload bigger file split into different part when it will upload and after complete upload it will combine to one file so it your bigger file will upload fast Read More
How to Generate Image from html using js?
by admin / ON October 28, 2020
This tutorial about generating the image from the HTML. You can just create the HTML and put this code after your code and it will generate the image from your HTML. below is th Read More
How to Crop Image using cropper with rotation function?
by admin / ON October 28, 2020
This tutorial about to crop an image using cropper js and also rotate the image as you need. so it will help that upload your crop image to your PHP code. also, this will give o Read More
Integrate Stripe API using php
by admin / ON October 28, 2020
If you need to integrate stripe api to your php project then follow this tutorial which can create/edit/update/delete charges, customer, subscription, plan, payment,card and man Read More
How to implement firebase push notification in android and iphone
by admin / ON October 28, 2020
If you need send Firebase notification using PHP then simple use this tutorials which can help you send the notification to android and iPhone devices. Basically there is a GCM( Read More
How to verify Australian ABN/ACN is active or not in PHP
by admin / ON October 28, 2020
This tutorial is check for ABN/ACN number is active or not. generally, ABN/ACN use for Australian companies registered in Australia. so this tutorial will give to functionality Read More
Implement PHP mailer with smtp authentication
by admin / ON October 28, 2020
This tutorial for implement the PHP mailer with smtp authentication. you can set smtp authentication mail to your website using this. so simply follow the setup and you can get Read More
Import data from excel file to php database
by admin / ON October 21, 2020
You have a excel file and if you want to import that excel file to your database then fetch the cell value using this tutorials. you can directly import to your MySQL, Ms SQL an Read More