Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Make link generator
Post: RE: Make link generator

kenjis Wrote: (12-01-2021, 08:00 PM) -- You can know the type of a variable with dd($variable). -- still not solved, i have dd() it but i have no idea how to solve this array to string conversion
6,541 Views
8 Replies
12-01-2021, 08:53 PM
zhikri
    Thread: Make link generator
Post: RE: Make link generator

kenjis Wrote: (12-01-2021, 07:36 PM) -- Do you mean "Array to string conversion"? If so, just to add code to process to get string from an array. -- yes array to string conversation, which array I...
6,541 Views
8 Replies
12-01-2021, 07:51 PM
zhikri
    Thread: Make link generator
Post: RE: Make link generator

kenjis Wrote: (12-01-2021, 05:12 PM) -- PHP Code: -- $link['id'] = base_url('user/'.$ids); -- -- it's show array of string exception
6,541 Views
8 Replies
12-01-2021, 07:31 PM
zhikri
    Thread: Make link generator
Post: Make link generator

Hi, I want to make link generator then i'll use it for generate QR-Code image. i've created it already but i think it's not a good way to generate it Code: -- public function linkGenerate()     {...
6,541 Views
8 Replies
12-01-2021, 09:01 AM
zhikri
    Thread: Looping multidimensional array just show one index while index is more than one
Post: RE: Looping multidimensional array just show one i...

iRedds Wrote: (11-30-2021, 07:53 PM) -- You re-declare the value each time. PHP Code: -- $msg['attachment'] = $attachlist; //use $msg['attachment'][] = $attachlist; //or $msg['attachment'...
3,292 Views
2 Replies
12-01-2021, 08:06 AM
zhikri
    Thread: Looping multidimensional array just show one index while index is more than one
Post: Looping multidimensional array just show one index...

Hi, I've make a function to get messages and store it into an array and get attachments from each messages then make array for it also if attachment was exist. in this case there is a message that h...
3,292 Views
2 Replies
11-30-2021, 10:24 AM
zhikri
    Thread: build query for 2 different table
Post: build query for 2 different table

i have 2 table, profiles and details.  trackid in details table is a foreign key that references to trackid in profiles table which is a primary key  Code: -- profiles table: trackid| department | -...
2,858 Views
1 Replies
09-30-2021, 08:46 PM
zhikri
    Thread: Retrieve email inbox with IMAP
Post: RE: Retrieve email inbox with IMAP

InsiteFX Wrote: (09-28-2021, 01:51 AM) -- There is a setup for CodeIgniter 3 you would need to convert it to CodeIgniter 4. CodeIgniter 3 - CI_Imap (https://github.com/iwatllc/CI_Imap) -- I dont...
4,674 Views
3 Replies
09-28-2021, 02:52 AM
zhikri
  Exclamation Thread: Retrieve email inbox with IMAP
Post: Retrieve email inbox with IMAP

Hi Guys I want to make a inbox system that can retrieve all message from email inbox and show it on my view. then i need to store each subject, sender's email address, sender's name, and attachment t...
4,674 Views
3 Replies
09-27-2021, 06:48 PM
zhikri

Theme © iAndrew 2016 - Forum software by © MyBB