The Code You Will Love
Instagram Feed on Website PHP
Posted on: Friday May 24, 2024
Instagram Feed in PHP STE 1 : Get Instagram Access Token https://docs.oceanwp.org/article/487-how-to-get-instagram-access-token STEP 2 : PHP Code for Website [crayon-6767fe0a586e2699432457/] [...]
Read MoreFile Size Validation jQuery
Posted on: Wednesday May 22, 2024
Multiple selected files size validation before form submit in jQuery. HTML Form [crayon-6767fe0a58c61410660518/] jQuery Validation [crayon-6767fe0a58c65835454264/] [...]
Read MoreProduct Cost by Sell Price and GST
Posted on: Monday April 15, 2024
X + (X*5/100) = 500; Find X (product cost) [crayon-6767fe0a58e87353617844/] [...]
Read MoreShort Code in WordPress
Posted on: Thursday February 22, 2024
function.php [crayon-6767fe0a59099408906748/] anytheme [crayon-6767fe0a5909d859994718/] [...]
Read MoreMake Google reCaptcha required and use in JQuery Ajax
Posted on: Thursday January 18, 2024
Add reCaptcha in HTML form [crayon-6767fe0a592d4055546956/] Get reCaptcha Value in jQuery and pass in ajax [crayon-6767fe0a592d7043229945/] Validate reCaptcha [...]
Read MoreIndian currency comma in PHP
Posted on: Thursday January 4, 2024
In PHP Currency number comma in indian style [crayon-6767fe0a5950c059294377/] [...]
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-6767fe0a59701700785790/] In view, you have to call the session again where you want to get session [crayon-6767fe0a59705382157565/] [...]
Read MoreStrong Password validation in CodeIgniter 3
Posted on: Saturday October 7, 2023
First of all create a method/function name ‘valid_password’ [crayon-6767fe0a5994a943806801/] callback in Validation rule [crayon-6767fe0a5994e219197791/] [...]
Read More