Snippets

Resize Image Without Stretching in Codeigniter

By this article “resize an image without stretching in CodeIgniter” I’m going to show you the mathematics and logic of resizing an…

7 years ago

Image Snippets

[crayon-68be1d8a493b8115827135/]   [crayon-68be1d8a493bf736665427/]  

7 years ago

How do I test if my MySQL query was successful

[crayon-68be1d8a494ea040393877/] or [crayon-68be1d8a494ee354415269/] or [crayon-68be1d8a494f0384953119/] also(much better) [crayon-68be1d8a494f2728239562/] A better solution I've found is to manage the difference between an…

7 years ago

CodeIgniter removing index.php from url

To remove index.php from URL using .htaccess file in CodeIgniter. htaccess is the shortened used for Hypertext Access, which is…

7 years ago

Query in Codeigniter

SOLUTION ONE [crayon-68be1d8a49803813950487/] SOLUTION TWO [crayon-68be1d8a49808878524872/] SOLUTION THREE [crayon-68be1d8a4980a041762262/] SOLUTION FOUR (NO ACTIVE RECORD) [crayon-68be1d8a4980c630219960/] you can use row() instead…

7 years ago