Random Unique Number in CI3
Posted on: Monday January 6, 2025
Random Unique 6 digit number generation in CI3 [crayon-6790b24d349fd725648921/] [...]
Read MorePosted on: Monday January 6, 2025
Random Unique 6 digit number generation in CI3 [crayon-6790b24d349fd725648921/] [...]
Read MorePosted on: Friday January 3, 2025
Password: 1. Created a Helper Function Created helper functions for password hashing and verification to reuse across your application. Create a file in app/Helpers, e.g., [...]
Read MorePosted on: Friday January 3, 2025
Controller: [crayon-6790b24d34d62774405405/] Password: 1. Created a Helper Function created helper functions for password hashing and verification to reuse them across your application. Create a file [...]
Read MorePosted on: Monday November 25, 2024
BluDart API way bill response is in blob, so save it as PDF file inh a folder instead of storing in a database. I already stored in the database so I’ll show you how to save as PDF. [...]
Read MorePosted on: Saturday November 23, 2024
Solution: Disable the button when the form is submitted. Re-enable the button after the page is loaded or when the form submission is complete. Example Implementation: HTML: [...]
Read MorePosted on: Friday November 22, 2024
[crayon-6790b24d34f20320673914/] [...]
Read MorePosted on: Friday November 22, 2024
dashes to underscore in ci4 url Step 1: Create a Custom Router Create a custom router that converts dashes to underscores in controller methods. File Path: app/Controllers/Router.php [...]
Read MorePosted on: Thursday November 21, 2024
url segment in ci4 [crayon-6790b24d34fe0618687709/] [...]
Read MorePosted on: Tuesday November 19, 2024
Redirect with a Flash Message To pass data (like success or error messages) during a redirect, you can use session flashdata. Example: Set flashdata in the controller before redirecting: [...]
Read MorePosted on: Tuesday November 19, 2024
Flashdata is temporary session data that is available for the next request only. Example: Setting Flashdata [crayon-6790b24d350c5434197759/] Example: Retrieving Flashdata [...]
Read More