Multi time store data in PHP session

Posted on: Wednesday March 22, 2023

Store multiple data in a session, you can store multiple times data in a PHP session without destroying previous session data. Please find PHP method below: [crayon-67683cf36955f193144374/] [...]

Read More

Save Data to Excel/CSV Instead of MySQL

Posted on: Thursday January 5, 2023

If you want to save ‘Form’ data or any other data to ‘Excel/CSV’, you are on the right blog. Here we will save Form Data to a ‘CSV’ File instead of any Database, [...]

Read More

Shiprocket API in PHP CodeIgniter

Posted on: Tuesday January 3, 2023

Signup in Shiprocket Shiprocket API implementation in PHP is so easy, Here we will use CodeIgniter Framework, We will see two processes:   Courier to Customer To create order/Send a courier [...]

Read More

Razorpay Subscription

Posted on: Friday December 30, 2022

Razorpay Subscription or subscription in Razorpay Payment Gateway integration is not so easy if you want to implement it in your custom project rather than WordPress, Shopify or any other e-commerce [...]

Read More

Generate Barcode in PHP as Image

Posted on: Tuesday December 27, 2022

Generating bar code in PHP is very simple, You need a barcode.php library for this. Follow the steps given below. Step 1: Download barcode library OR Create a file barcode.php and paste code given [...]

Read More

Twitter Feed API

Posted on: Monday May 1, 2017

Go to https://apps.twitter.com/ and create App [crayon-67683cf36a136474187093/] [...]

Read More