The Code You Will Love
Make Google reCaptcha required and use in JQuery Ajax
Posted on: Thursday January 18, 2024
Add reCaptcha in HTML form [crayon-684fdb4d73fb9887795847/] Get reCaptcha Value in jQuery and pass in ajax [crayon-684fdb4d73fc0198020238/] Validate reCaptcha [...]
Read MoreIndian currency comma in PHP
Posted on: Thursday January 4, 2024
In PHP Currency number comma in indian style [crayon-684fdb4d74557328004417/] [...]
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-684fdb4d74797586352564/] In view, you have to call the session again where you want to get session [crayon-684fdb4d7479d714384359/] [...]
Read MoreStrong Password validation in CodeIgniter 3
Posted on: Saturday October 7, 2023
First of all create a method/function name ‘valid_password’ [crayon-684fdb4d74a13483862811/] callback in Validation rule [crayon-684fdb4d74a19755396790/] [...]
Read MoreSend WP Email with HTML Template
Posted on: Tuesday October 3, 2023
Use custom template in wp_mail() in function.php [crayon-684fdb4d74c23009770858/] [...]
Read MoreRecent 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 MoreLogin with Email and Username in WooCommerce
Posted on: Wednesday August 30, 2023
If your woocommerce user login with email and username not working, you can try given code below. function.php [crayon-684fdb4d750a4110075223/] [...]
Read Morecsrf in CodeIgniter 3
Posted on: Saturday August 26, 2023
1.Enable csrf application/config/config.php $config[‘csrf_protection’] = FALSE; to $config[‘csrf_protection’] = TRUE; and configuer other thing if you want. 2. [...]
Read More