Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Proper setup of baseURL and usage of route_to
Post: RE: Proper setup of baseURL and usage of route_to

jreklund Wrote: (05-06-2020, 10:58 AM) -- Hi, welcome to the forum. What that function outputs are relative urls, not absolute url like site_url and base_url. Code: -- LINK LINK -- It's n...
5,824 Views
3 Replies
09-15-2023, 11:14 AM
maulahaz
    Thread: Form Validation
Post: RE: Form Validation

Check again the POST variable name. Make sure it is a unique name variable.
920 Views
1 Replies
10-19-2022, 12:30 PM
maulahaz
    Thread: AJAX / Post / delete record not working
Post: RE: AJAX / Post / delete record not working

Did you try : Code: -- if($id == ""){             $response = [                 'success' => 0,                 'msg' => "No Task To Delete",             ];             echo json_encode($resp...
4,243 Views
16 Replies
06-21-2022, 11:34 AM
maulahaz
    Thread: What is your favorite CI4-related learning resource?
Post: RE: What is your favorite CI4-related learning res...

kilishan Wrote: (12-20-2021, 12:44 PM) -- I'd like to highlight some learning resources in upcoming blog posts after the first of the year. What are some of your favorite resources you've used to bui...
10,023 Views
14 Replies
12-20-2021, 08:51 PM
maulahaz
    Thread: New Forums
Post: RE: New Forums

was surprised with this amazing new look. Thanks Dev team.
9,938 Views
18 Replies
05-30-2021, 01:23 AM
maulahaz
    Thread: [ASK[ Validate input array
Post: [ASK[ Validate input array

I'd like to validate these input array below, but it still get "Success" even though the field "answer_opt[]" I kept empty,  but for field "question" is working normal. Please help. Info: I'm us...
767 Views
0 Replies
01-05-2021, 02:45 AM
maulahaz
    Thread: Packages boilerplate
Post: RE: Packages boilerplate

Well done..keep it up. Trims,
34,659 Views
23 Replies
04-13-2020, 01:20 AM
maulahaz
    Thread: how to get last insert id
Post: RE: how to get last insert id

Try to ans, hopefully this solution can solve u're problem: In CI-3, i do like this: Field 'Id' => Primary Key and Auto Increment Code: -- //MODEL function get_table(){ $table = "tbl_n...
4,225 Views
5 Replies
12-26-2019, 10:17 AM
maulahaz

Theme © iAndrew 2016 - Forum software by © MyBB