Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Multiple File zip in CI
Post: Multiple File zip in CI

I have multiple image in folder,And i get it on Href button so how to zip that file in codeingiter HERE is MY View Code: Code: --
3,225 Views
1 Replies
04-23-2019, 12:14 PM
jaydevvara
    Thread: bootstrap modal did not pop up after 10 records of pagination datatable in codeignit
Post: bootstrap modal did not pop up after 10 records of...

Bootstrap modal did not pop up after 10 record of data table pagination. i don't know why so please help me. i had many tried to solve this but i cant understand this. I don't know idea about jquery s...
4,939 Views
1 Replies
11-29-2018, 06:28 AM
jaydevvara
    Thread: Session: Configured save path 'C:\Windows\Temp' is not writable by the PHP process.
Post: Session: Configured save path 'C:\Windows\Temp' is...

Can anyone help me, i cant understand this error, :huh: my project is working in localhost perfectly but when i am uploading on server it will give me this error. An uncaught Exception was encoun...
3,796 Views
1 Replies
10-23-2018, 11:24 PM
jaydevvara
    Thread: How to get JSON data in table - Codeigniter
Post: RE: How to get JSON data in table - Codeigniter

jaydevvara Wrote: (09-07-2018, 03:53 AM) -- Wouter60 Wrote: (09-07-2018, 03:36 AM) -- Use JSON.parse(data) in the success part of AJAX: Code: -- records = JSON.parse(data); -- A few remarks ...
25,872 Views
3 Replies
09-07-2018, 03:54 AM
jaydevvara
    Thread: How to get JSON data in table - Codeigniter
Post: RE: How to get JSON data in table - Codeigniter

Wouter60 Wrote: (09-07-2018, 03:36 AM) -- Use JSON.parse(data) in the success part of AJAX: Code: -- records = JSON.parse(data); -- A few remarks on php styling. If you mix php and html, the...
25,872 Views
3 Replies
09-07-2018, 03:53 AM
jaydevvara
    Thread: How to get JSON data in table - Codeigniter
Post: How to get JSON data in table - Codeigniter

[url=https://stackoverflow.com/questions/52217079/how-to-get-json-data-in-table-codeigniter/52217327?noredirect=1#][/url] Hello I want to display data on click without refresh page in codeigniter, I...
25,872 Views
3 Replies
09-07-2018, 01:55 AM
jaydevvara
    Thread: How to get event calender in codeigniter
Post: How to get event calender in codeigniter

Hello guyz i need help in full calendar jquery, i am just trying to fetch data in calendar in codeigniter but data did not fetch, i got data in json so how to display in calendar. how to set that data...
2,226 Views
0 Replies
08-21-2018, 02:40 AM
jaydevvara
    Thread: How to SEND LINK in email in codeigniter and how to GET id selected user
Post: RE: How to SEND LINK in email in codeigniter and h...

Pertti Wrote: (08-20-2018, 06:09 AM) -- kilishan Wrote: (08-19-2018, 10:48 AM) -- Never send any user-identifiable info in the link. This article (https://paragonie.com/blog/2015/04/secure-authentic...
16,858 Views
5 Replies
08-20-2018, 06:10 AM
jaydevvara
    Thread: How to SEND LINK in email in codeigniter and how to GET id selected user
Post: RE: How to SEND LINK in email in codeigniter and h...

lisheng51 Wrote: (08-19-2018, 01:36 AM) -- $userId= $row[0]['id'];        $mail_message .= 'Thanks for contacting regarding to forgot password, Click On Link And Reset Password:Reset Password'."\r\n"...
16,858 Views
5 Replies
08-20-2018, 05:52 AM
jaydevvara
    Thread: How to SEND LINK in email in codeigniter and how to GET id selected user
Post: How to SEND LINK in email in codeigniter and how t...

Hello guyz i have create small kind of application in codeigniter,in this application i am doing forgot password module, i have created a function of forgot passowrd and send link in email But did not...
16,858 Views
5 Replies
08-18-2018, 04:04 AM
jaydevvara
    Thread: How to set tree view in dynamic menu in codeigniter
Post: RE: How to set tree view in dynamic menu in codeig...

InsiteFX Wrote: (08-07-2018, 09:00 AM) -- Do you mean set the active state or some thing else? -- yes active state and parent menu,child menu
6,064 Views
3 Replies
08-10-2018, 06:19 AM
jaydevvara
    Thread: How to set tree view in dynamic menu in codeigniter
Post: How to set tree view in dynamic menu in codeignite...

Hello guyyz i need help in design,i don't have ideas about design, i have created dynamic menu in codeigniter i want to set that menu in treeview. First click on parent menu after open child menus, so...
6,064 Views
3 Replies
08-03-2018, 09:32 PM
jaydevvara
    Thread: FIND_IN_SET() how to implement in mysql and codeigniter
Post: RE: FIND_IN_SET() how to implement in mysql and co...

jreklund Wrote: (08-02-2018, 05:57 AM) -- userid = 1 have this: $users->category_id = array(1,2,3) userid = 2 have this: $users->category_id = array(1,2,3,4,5,6) So: $this->db->where_in('categ...
18,850 Views
6 Replies
08-02-2018, 10:54 PM
jaydevvara
    Thread: FIND_IN_SET() how to implement in mysql and codeigniter
Post: RE: FIND_IN_SET() how to implement in mysql and co...

InsiteFX Wrote: (08-02-2018, 03:54 AM) -- that would be your model returned value (category_id) from your users table. -- i did not understand
18,850 Views
6 Replies
08-02-2018, 05:12 AM
jaydevvara
    Thread: FIND_IN_SET() how to implement in mysql and codeigniter
Post: RE: FIND_IN_SET() how to implement in mysql and co...

salain Wrote: (08-01-2018, 10:40 PM) -- Hi, Use where_in with the content of the user's category_id field. some thing like this: PHP Code: -- $this->db->where_in('category_id',$users->categ...
18,850 Views
6 Replies
08-01-2018, 11:11 PM
jaydevvara
    Thread: FIND_IN_SET() how to implement in mysql and codeigniter
Post: FIND_IN_SET() how to implement in mysql and codeig...

I Have two table in Database here i put my two table and i want record like Ex> Suppose if user 1 is login and user category_id is 1,2,3 then i want record from 2nd table like Home,Marketing,Customer ...
18,850 Views
6 Replies
08-01-2018, 09:58 PM
jaydevvara
    Thread: Display dynamic menu and menu display rolewise login in Codeigniter
Post: RE: Display dynamic menu and menu display rolewise...

Pertti Wrote: (07-23-2018, 03:48 AM) -- There are some good replies on recursively fetching parent entries here - https://stackoverflow.com/questions/20215744/how-to-create-a-mysql-hierarchical-recur...
7,043 Views
7 Replies
07-23-2018, 04:06 AM
jaydevvara
    Thread: Display dynamic menu and menu display rolewise login in Codeigniter
Post: RE: Display dynamic menu and menu display rolewise...

jaydevvara Wrote: (07-23-2018, 03:08 AM) -- Pertti Wrote: (07-23-2018, 03:05 AM) -- jaydevvara Wrote: (07-23-2018, 02:04 AM) -- i did not understand -- You asked how can you join these tables. ...
7,043 Views
7 Replies
07-23-2018, 03:10 AM
jaydevvara
    Thread: Display dynamic menu and menu display rolewise login in Codeigniter
Post: RE: Display dynamic menu and menu display rolewise...

Pertti Wrote: (07-23-2018, 03:05 AM) -- jaydevvara Wrote: (07-23-2018, 02:04 AM) -- i did not understand -- You asked how can you join these tables. It's not really question of join, but I've s...
7,043 Views
7 Replies
07-23-2018, 03:08 AM
jaydevvara
    Thread: Display dynamic menu and menu display rolewise login in Codeigniter
Post: RE: Display dynamic menu and menu display rolewise...

Pertti Wrote: (07-23-2018, 01:28 AM) -- PHP Code: -- $categories = explode(',', $user->cid); // $categories = [1, 2, 6] $q = $this->db    ->select('*')    ->where_in('cid', $categories) ...
7,043 Views
7 Replies
07-23-2018, 02:04 AM
jaydevvara

Theme © iAndrew 2016 - Forum software by © MyBB