The Code You Will Love

Remove public from url in Laravel

Posted on: Saturday March 25, 2023

STEP 1 : Check root folder for  server.php, if there is no any server.php just create one with given code below: [crayon-6636cf02de2d5006883397/]     STEP 2: If you want to remove public [...]

Read More

Start with Laravel

Posted on: Saturday March 25, 2023

Introduction and requirements for laravel. For starting the project on laravel we need 3 things to be installed in our system. Composer Use E:\xampp8\php\php.exeforcomposer PHP path. Node and NPM. if [...]

Read More

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-6636cf02df387392840393/] [...]

Read More

cURL with Parameter in PHP

Posted on: Tuesday March 21, 2023

[crayon-6636cf02df662670970883/] [...]

Read More

Custom Form Submit with file upload in WordPress

Posted on: Saturday March 4, 2023

Craete custom form in your theme template/file and submit it, insert data in database and move uploaded file. View/Template (HTML) [crayon-6636cf02dfa09870817233/]   function.php [...]

Read More

Ajax in WordPress

Posted on: Saturday March 4, 2023

Use Ajax in WordPress custom template or theme. View/Template (HTML & jQuery) [crayon-6636cf02dfcbe098143703/] admin-ajax.php is fix file from wordpress, all ajax request will go to [...]

Read More

Cart Library in CodeIgniter 4

Posted on: Saturday February 25, 2023

CodeIgniter 4 officially not supporting Cart Library like CI3. but we will use the same cart in CI4. Let’s get Started. STEP 1  Create a file ‘Cart.php’ in [...]

Read More

CRUD Query in CodeIgniter 4

Posted on: Saturday February 11, 2023

You can find Database Query for CRUD operation in  CodeIgniter 4 below. SELECT query in CodeIgniter 4 INSERT query in CodeIgniter 4 UPDATE query in CodeIgniter 4 DELETE query in CodeIgniter 4   [...]

Read More

Send Email in CodeIgniter 4 with HTML Template

Posted on: Thursday February 9, 2023

We will follow 3 simple step SMTP Setting in CodeIgniter 4 Load Email service/library in CodeIgniter 4 Send mail in CodeIgniter 4 Here we can use Custom HTML Template and Attachment in CodeIgniter 4. [...]

Read More

DomPdf in CodeIgniter 4 without composer

Posted on: Wednesday February 8, 2023

You can see many articles and blogs on Dompdf in CodeIgniter 4, but they are composer base installations. Here we will see, how we can use Dompdf in CodeIgniter 4 manually, without using the [...]

Read More
Translate »