The Code You Will Love
File Size Validation jQuery
Posted on: Wednesday May 22, 2024
Multiple selected files size validation before form submit in jQuery. HTML Form [crayon-673edf2991013754476601/] jQuery Validation [crayon-673edf299101d750401443/] [...]
Read MoreProduct Cost by Sell Price and GST
Posted on: Monday April 15, 2024
X + (X*5/100) = 500; Find X (product cost) [crayon-673edf2991f1d301455733/] [...]
Read MoreShort Code in WordPress
Posted on: Thursday February 22, 2024
function.php [crayon-673edf2992497725001384/] anytheme [crayon-673edf29924a2742308119/] [...]
Read MoreMake Google reCaptcha required and use in JQuery Ajax
Posted on: Thursday January 18, 2024
Add reCaptcha in HTML form [crayon-673edf2992d89808353922/] Get reCaptcha Value in jQuery and pass in ajax [crayon-673edf2992d93320737263/] Validate reCaptcha [...]
Read MoreIndian currency comma in PHP
Posted on: Thursday January 4, 2024
In PHP Currency number comma in indian style [crayon-673edf2993c8c689705283/] [...]
Read MoreDOM 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 MoreCreate set and get session in CI 4
Posted on: Thursday October 12, 2023
Create, set and get the session in CodeIgniter 4 [crayon-673edf29952ad068460142/] In view, you have to call the session again where you want to get session [crayon-673edf29952bb184942511/] [...]
Read MoreStrong Password validation in CodeIgniter 3
Posted on: Saturday October 7, 2023
First of all create a method/function name ‘valid_password’ [crayon-673edf2995c95282360418/] callback in Validation rule [crayon-673edf2995ca0343177743/] [...]
Read MoreSend WP Email with HTML Template
Posted on: Tuesday October 3, 2023
Use custom template in wp_mail() in function.php [crayon-673edf29963c8019508525/] [...]
Read More