Indian currency comma in PHP
Posted on: Thursday January 4, 2024
In PHP Currency number comma in indian style [crayon-6734a8647b1cd152914505/] [...]
Read MorePosted on: Thursday January 4, 2024
In PHP Currency number comma in indian style [crayon-6734a8647b1cd152914505/] [...]
Read MorePosted on: Thursday October 26, 2023
In Short: You cant make table under any table. page break issue will resolve [...]
Read MorePosted on: Thursday October 12, 2023
Create, set and get the session in CodeIgniter 4 [crayon-6734a8647c1a1600210869/] In view, you have to call the session again where you want to get session [crayon-6734a8647c1a9396571200/] [...]
Read MorePosted on: Saturday October 7, 2023
First of all create a method/function name ‘valid_password’ [crayon-6734a8647c8c5554818037/] callback in Validation rule [crayon-6734a8647c8cc818223060/] [...]
Read MorePosted on: Tuesday October 3, 2023
Use custom template in wp_mail() in function.php [crayon-6734a8647d014171563189/] [...]
Read MorePosted 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 MorePosted 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-6734a8647e27f534404236/] [...]
Read MorePosted 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 MorePosted on: Saturday July 15, 2023
Create a custom order status in the dropdown ‘shipped’ and mail on change status to shipped. functions.php [crayon-6734a8647f2a3510239802/] Create a mail file [...]
Read MorePosted on: Saturday July 15, 2023
Copy this code in functions.php, and you will see a input box below ‘Add to cart‘ button. But before this you have to add pin codes in your admin dashboard -> WooCommerce [...]
Read More