Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Optimize db query
Post: Optimize db query

Hi everybody, everything is working fine with my code but i'm willing to know if there is a way to optimize, queries, db connections etc when it's needed a lot different data from different tables.....
956 Views
2 Replies
10-20-2022, 12:52 AM
Johnny Stec
    Thread: CodeIgniter 4 Foundations Book
Post: CodeIgniter 4 Foundations Book

Hello everyone, i wonder when the book/ebook from Lonnie Ezell on Codeigniter 4 will be published, it looks pretty interesting at glance because he also takes into exam several possible projects and ...
12,589 Views
11 Replies
02-15-2020, 05:11 AM
Johnny Stec
    Thread: CI 3 input post not working when removed index.php
Post: RE: CI 3 input post not working when removed index...

Hi guys, i'll check everything you say. Do you you think should i keep on forcing www. or the domain without www is just fine even for SEO? Thanks
8,776 Views
7 Replies
05-07-2015, 12:41 AM
Johnny Stec
    Thread: CI 3 input post not working when removed index.php
Post: RE: CI 3 input post not working when removed index...

Rewrite mod is ok! I believe the trouble starts from here: RewriteCond %{HTTP_HOST} ^mysite\.com RewriteRule (.*) http://www.mysite.com/$1 (http://www.mysite.com/%241) [R=301,L] This rules say...
8,776 Views
7 Replies
05-06-2015, 03:12 PM
Johnny Stec
    Thread: How to Keep maintain Radio button and chekbox Values After submit in form
Post: RE: How to Keep maintain Radio button and chekbox...

21,820 Views
7 Replies
05-06-2015, 10:00 AM
Johnny Stec
    Thread: CI 3 input post not working when removed index.php
Post: CI 3 input post not working when removed index.php

Hi, i made forms many times before in CI 2 and everything worked fine on local and remote server all the time. On local machine everything work fine even with CI 3 but when i uploaded file on server,...
8,776 Views
7 Replies
05-06-2015, 09:52 AM
Johnny Stec
    Thread: Password protect a folder in CI
Post: RE: Password protect a folder in CI

Hi, as soon as i password protect a directory in my public_html folder, a .htaccess is auto generated inside the directoy eg: -/public_html --/dir_to_protect --/dir_to_protect/.htaccess This is ...
7,589 Views
0 Replies
02-19-2015, 03:40 AM
Johnny Stec
    Thread: Password protect a folder in CI
Post: RE: Password protect a folder in CI

Hi, i've kept application and system folders out of public_html to be safer. As you guessed this is what i got: -/public_html --/img --/css --/js --/dir-to-protect/file-to-protect.php --index.p...
7,589 Views
0 Replies
02-18-2015, 10:27 AM
Johnny Stec
    Thread: Password protect a folder in CI
Post: RE: Password protect a folder in CI

Hi, for sure i'm talking about a folder. My .htaccess looks like this..    RewriteEngine On    RewriteBase /          RewriteCond %{HTTP_HOST} ^mysite\.com    RewriteRule (.*) http://www....
7,589 Views
0 Replies
02-18-2015, 01:35 AM
Johnny Stec
    Thread: Password protect a folder in CI
Post: Password protect a folder in CI

Hi, i'm struggling coz i'd need to password protect a folder inside public_html on my server, it's to allow the customer to access stats from the browser without giving access to cpanel. But CI insta...
7,589 Views
0 Replies
02-16-2015, 02:00 AM
Johnny Stec

Theme © iAndrew 2016 - Forum software by © MyBB