The Code You Will Love

Product Cost by Sell Price and GST

Posted on: Monday April 15, 2024

X + (X*5/100) = 500; Find X (product cost) [crayon-66365c2e6ef48560958438/] [...]

Read More

Short Code in WordPress

Posted on: Thursday February 22, 2024

function.php [crayon-66365c2e6f586118572728/]   anytheme [crayon-66365c2e6f58d401913903/] [...]

Read More

Top Free Bootstrap Themes

Posted on: Monday February 5, 2024

[...]

Read More

Make Google reCaptcha required and use in JQuery Ajax

Posted on: Thursday January 18, 2024

Add reCaptcha in HTML form [crayon-66365c2e6f83f733524838/]   Get reCaptcha Value in jQuery and pass in ajax [crayon-66365c2e6f846844179322/]   Validate reCaptcha [...]

Read More

Indian currency comma in PHP

Posted on: Thursday January 4, 2024

In PHP Currency number comma in indian style [crayon-66365c2e6fb27556424237/] [...]

Read More

DOM Pdf Page Break Issue

Posted on: Thursday October 26, 2023

In Short: You cant make table under any table. page break issue will resolve [...]

Read More

Create set and get session in CI 4

Posted on: Thursday October 12, 2023

Create, set and get the session in CodeIgniter 4 [crayon-66365c2e6fe24761177006/] In view, you have to call the session again where you want to get session [crayon-66365c2e6fe2b057760541/] [...]

Read More

Strong Password validation in CodeIgniter 3

Posted on: Saturday October 7, 2023

First of all create a method/function name ‘valid_password’ [crayon-66365c2e700db614956643/]   callback in Validation rule [crayon-66365c2e700e2346133299/] [...]

Read More

Send WP Email with HTML Template

Posted on: Tuesday October 3, 2023

Use custom template in wp_mail() in function.php [crayon-66365c2e70425099677146/] [...]

Read More

Recent Post by Category Widget

Posted on: Wednesday September 27, 2023

Here we will see Recent Post by category dynamically, recent post will change on every category according to category id. So, we will create a widget here. Simply paste this code in functions.php [...]

Read More
Translate »