Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Languages - guidances,ways to learn.
Post: RE: Languages - guidances,ways to learn.

It's up to you which language to learn. Any of the languages will be valuable. But it's better to learn the language you like rather than the one you MUST. As for the training itself, I would recommen...
11,676 Views
12 Replies
03-10-2022, 07:25 PM
Kenn38
    Thread: ERR_CONNECTION_REFUSED on the tutorial
Post: RE: ERR_CONNECTION_REFUSED on the tutorial

Found some useful thoughts: https://tipsfordev.com/err-connection-refused-in-codeigniter-s-tutorial
12,800 Views
7 Replies
03-10-2022, 07:06 PM
Kenn38
    Thread: CI 4 remove index.php
Post: RE: CI 4 remove index.php

ClaudeSjDevinHenry Wrote: (03-03-2022, 04:44 AM) -- i have tried this but not working for me. i have updated config.php not index.php.... also waht do you mean by "try to put it in all htaccess file ...
19,910 Views
12 Replies
03-03-2022, 09:39 PM
Kenn38
    Thread: Can any one help me with my app development?
Post: RE: Can any one help me with my app development?

I'll join in the above. Let me know if you need any more help.
4,591 Views
4 Replies
03-03-2022, 09:29 PM
Kenn38
    Thread: Migration or Console?
Post: RE: Migration or Console?

I think it's up to you. Some people are used to working in an outdated style. And this may surprise those who work exclusively with migrations. I think balance isn't the wrong solution. If you're c...
7,803 Views
10 Replies
03-03-2022, 09:17 PM
Kenn38
    Thread: What do you do to relax /hobbies
Post: RE: What do you do to relax /hobbies

In general, I am into writing. Nothing that serious. I think about becoming a content writer or kind of a copywriter. There's an article on a writing blog about monetizable hobbies, by the way. Here ...
38,165 Views
37 Replies
03-03-2022, 09:00 PM
Kenn38
    Thread: Error on post simple form
Post: RE: Error on post simple form

Check this: https://www.codexpedia.com/javascript/submitting-html-form-without-reload-the-page/
2,792 Views
3 Replies
02-17-2022, 09:10 PM
Kenn38
    Thread: Connect 2 different database in a query
Post: RE: Connect 2 different database in a query

I have never heard of it, and I have not found any information in other sources. However, I did come across the article about linking servers: https://www.mytecbits.com/microsoft/sql-server/joining-...
1,180 Views
2 Replies
02-17-2022, 08:56 PM
Kenn38
    Thread: Hours spent on computer?
Post: RE: Hours spent on computer?

I guess I only turn off the computer to get some sleep... Working remotely and also don't have a TV.
104,765 Views
75 Replies
02-10-2022, 08:30 PM
Kenn38
    Thread: Escaping data in views
Post: RE: Escaping data in views

To prevent SQL injection try the "Escaping Queries" method: PHP Code: -- -- There are many more methods. Don't be afraid to try other ones!
2,628 Views
6 Replies
02-10-2022, 08:12 PM
Kenn38
    Thread: How to use LayoutView with parser?
Post: RE: How to use LayoutView with parser?

As the Codeigniter 4 manual says, you can use the following: PHP Code: --     $data = [             'blog_title'  => 'My Blog Title',             'blog_heading' => 'My Blog Heading'     ];     ...
7,666 Views
11 Replies
02-10-2022, 07:34 PM
Kenn38
    Thread: Email error notifications
Post: RE: Email error notifications

Perhaps this may help https://forum.codeigniter.com/thread-1535.html
1,200 Views
2 Replies
02-10-2022, 07:21 PM
Kenn38
    Thread: Fails to upload an image to the folder and the database
Post: Fails to upload an image to the folder and the dat...

Looks like the image is sent to the database but not to the folder. What do you think? PHP Code: -- public function input_siswa(){     $config['upload_path']          = './gambarfolder/';     $con...
747 Views
0 Replies
02-02-2022, 09:10 PM
Kenn38
    Thread: Why choose CodeIgniter
Post: RE: Why choose CodeIgniter

Hi. I took a long look at it at first, but overall it's worth it. What comes to my mind is the ease of use and a simplified configuration for sure. Also, it's one of the most secure frameworks you c...
29,490 Views
28 Replies
02-02-2022, 08:33 PM
Kenn38

Theme © iAndrew 2016 - Forum software by © MyBB