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-67a5b72c0c8f3079194309/]   [crayon-67a5b72c0c8f9421735254/]  

7 years ago

How do I test if my MySQL query was successful

[crayon-67a5b72c0ca3d874702815/] or [crayon-67a5b72c0ca40519165053/] or [crayon-67a5b72c0ca42757203385/] also(much better) [crayon-67a5b72c0ca43910417698/] 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-67a5b72c0cc69090779994/] SOLUTION TWO [crayon-67a5b72c0cc6c088540447/] SOLUTION THREE [crayon-67a5b72c0cc6e513678991/] SOLUTION FOUR (NO ACTIVE RECORD) [crayon-67a5b72c0cc70668458057/] you can use row() instead…

7 years ago