CodeIgniter 4 Setup (Manual, without composer)

Posted on: Wednesday February 8, 2023

CodeIgniter 4.3.1 setup or installation without composer. Here we will see the complete setup of CodeIgniter 4 in localhost or hosting server without using composer. STEP 1: Download CodeIgniter 4 [...]

Read More

Number Pagination for WordPress Posts

Posted on: Friday January 13, 2023

If you want number pagination for the WP post loop you have to write the given code in the function.php file and use ‘<?php numeric_pagination(); ?>‘ in the template where you want [...]

Read More

Generate Proforma Invoice (FREE)

Posted on: Saturday January 7, 2023

It is Easy to generate Proforma Invoice Online, Just click and edit the detail and amount and then click on ‘Generate Invoice’, You will get a PDF File of your invoice.   Please [...]

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

CodeIgniter Form Validation Rules

Posted on: Friday July 15, 2022

Rule Reference The following is a list of all the native rules that are available to use: Rule Parameter Description Example required No Returns FALSE if the form element is empty. matches Yes [...]

Read More

Python 1: Setup & Requirement

Posted on: Wednesday December 29, 2021

Download Python, and install like a software. Download “Visual Studio Code” text editor, and install it. Open Command terminal (window+r, type cmd and press enter). type py –version [...]

Read More