Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: fail to set flashdata after destroy session on logout
Post: RE: fail to set flashdata after destroy session on...

I have the same problem :(
2,380 Views
3 Replies
11-09-2021, 10:05 AM
Halim
    Thread: upload image profile to writable or public
Post: upload image profile to writable or public

where is need to upload the users profile pictures? should I upload them to writable/uploads  or should upload then to public folder, I tried to upload them to writable/uploads/users/ :  http://...
1,869 Views
1 Replies
10-29-2021, 11:25 AM
Halim
    Thread: insert/update null instead of blank (spaces) in ci4
Post: insert/update null instead of blank (spaces) in ci...

Is there a better way to clean up the data before insert/update, what I mean by clean up is: if the posted value is blank (or composed of many spaces) then insert null, I noticed some other php fra...
2,669 Views
1 Replies
10-24-2021, 06:10 PM
Halim
    Thread: validation date of birth composed of 3 dropdowns: month, day, year
Post: RE: validation date of birth composed of 3 dropdow...

includebeer Wrote: (10-16-2021, 01:51 PM) -- Thank you for posting your solution. But what if my 102 years old grandpa wants to register on your website?  :P You welcome, I thought maybe 99 is a...
3,388 Views
3 Replies
10-16-2021, 02:20 PM
Halim
    Thread: validation date of birth composed of 3 dropdowns: month, day, year
Post: RE: validation date of birth composed of 3 dropdow...

I found solution by creating the custom rule below, and it seems working great, if anyone interested :) PHP Code: --
3,388 Views
3 Replies
10-16-2021, 12:59 PM
Halim
    Thread: validation date of birth composed of 3 dropdowns: month, day, year
Post: validation date of birth composed of 3 dropdowns: ...

I have form that contain: date of birth date of birth is composed of 3 dropdowns:  month, day, year I want validate the birthday to check if the user has a least 18 year old, and its valid date via ...
3,388 Views
3 Replies
10-16-2021, 11:05 AM
Halim
    Thread: What CI4-related book would you like?
Post: RE: What CI4-related book would you like?

Yes please, if possible an API will be great, that cover maybe JWT,  only allow some IP addresses, allow  only like x requests per day... stuff like that
19,306 Views
20 Replies
10-16-2021, 10:53 AM
Halim
    Thread: Will there be a new version of CodeIgniter 3
Post: Will there be a new version of CodeIgniter 3

Hi guys, Will there be a new version of CodeIgniter 3, or 3.1.11 is the last one maybe, Thank you!
2,390 Views
1 Replies
01-15-2021, 02:24 PM
Halim
    Thread: problem slash at the end of url
Post: RE: problem slash at the end of url

sammyskills Wrote: (12-11-2020, 11:48 AM) -- Okay. I think the problem you're facing is related to the location of the index.php and .htaccess. From the docs (http://codeigniter.com/user_guide/con...
6,698 Views
13 Replies
12-11-2020, 11:58 AM
Halim
    Thread: problem slash at the end of url
Post: RE: problem slash at the end of url

sammyskills Wrote: (12-11-2020, 11:36 AM) -- Quote: -- By the way, I moved the index.php and htaccess from public folder to the root -- Just to confirm... Have you updated the default $pathsPat...
6,698 Views
13 Replies
12-11-2020, 11:42 AM
Halim
  Photo Thread: problem slash at the end of url
Post: RE: problem slash at the end of url

sammyskills Wrote: (12-11-2020, 11:05 AM) -- Okay. Can you share what you have in your .htaccess file? -- Sure,  By the way, I moved the index.php and htaccess from public folder to the root T...
6,698 Views
13 Replies
12-11-2020, 11:18 AM
Halim
    Thread: problem slash at the end of url
Post: RE: problem slash at the end of url

sammyskills Wrote: (12-11-2020, 01:38 AM) -- Can you change the folder name from ci4.0.4 to something else without the dots ? -- I did, but still not working!!
6,698 Views
13 Replies
12-11-2020, 10:58 AM
Halim
    Thread: problem slash at the end of url
Post: problem slash at the end of url

Hello, I'm trying this url on my project:  http://localhost/ci4.0.4/about    Result: works fine but when I added slash at the end of the url like: http://localhost/ci4.0.4/about/ Result: it...
6,698 Views
13 Replies
12-10-2020, 11:42 PM
Halim
    Thread: Upgrade From Version 2.1.3 To Version 3.1 or 4
Post: RE: Upgrade From Version 2.1.3 To Version 3.1 or 4

- Yes, I will go for option 2, for many reasons:  CodeIgniter 3.1.11 work great with the latest PHP & MySQL version,  CodeIgniter 3.1.11 is very stable, Less work for the upgrade - CodeIgniter ...
3,696 Views
6 Replies
11-05-2020, 06:15 PM
Halim
    Thread: New vid: Namespaces and Codeigniter 4
Post: RE: New vid: Namespaces and Codeigniter 4

Thank you Lonnie for the great Job, I would like to see how CodeIgniter4 handle the Rest API
20,022 Views
11 Replies
04-17-2020, 11:34 AM
Halim
    Thread: CodeIgniter 4.0 is here!
Post: RE: CodeIgniter 4.0 is here!

Big thanks to everyone who is involved to this framework, can't wait to try it!
216,496 Views
132 Replies
02-24-2020, 05:11 PM
Halim
    Thread: is xss_clean still a good practice to validate form
Post: is xss_clean still a good practice to validate for...

Hello, I'm using CodeIgniter 3.1.11, and in order to validate a form against xss, I use something like that: $this->form_validation->set_rules('first_name', 'First Name', 'trim|required|xss_clea...
4,748 Views
3 Replies
10-31-2019, 11:21 AM
Halim
    Thread: Is there any App online that using CodeIgniter 4
Post: Is there any App online that using CodeIgniter 4

Hello everybody, I used CodeIgniter 3 for couple of projects and I love it, and I always looking for best practice to do stuff better, I would like to start use CodeIgniter 4  for my next applic...
2,805 Views
2 Replies
10-11-2019, 08:23 PM
Halim
    Thread: How often do you use the backup() method of the database drivers?
Post: RE: How often do you use the backup() method of th...

skunkbad Wrote: (02-08-2019, 08:22 PM) -- php exec + mysqldump + Dropbox API on a cron works for me. -- I think it is a plus and nice to have if you host your application where there is not much to...
64,338 Views
39 Replies
02-08-2019, 10:36 PM
Halim
    Thread: CodeIgniter4.0.0-dev Reaches Milestone 1
Post: RE: CodeIgniter4.0.0-dev Reaches Milestone 1

jlp Wrote: (06-24-2016, 03:31 PM) -- CodeIgniter4.0.0-dev has reached Milestone 1, and its repository (https://github.com/bcit-ci/CodeIgniter4) has been transferred to the "bcit-ci" organization. We...
165,132 Views
67 Replies
07-18-2016, 09:33 AM
Halim

Theme © iAndrew 2016 - Forum software by © MyBB