Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: why Codeigniter database query is case-insensitive?
Post: RE: why Codeigniter database query is case-insensi...

Thank you muuucho and dave for the answers. I was testing using WAMP webserver, so the OS was windows. Now I have tested in Linux database and it works. So indeed it is case sensitive in Linux but no...
7,668 Views
3 Replies
04-13-2019, 06:12 PM
squashking
    Thread: why Codeigniter database query is case-insensitive?
Post: why Codeigniter database query is case-insensitive...

Hi guys, I want database query to be case sensitive. I have set the table Collation to be "utf8_bin", which is supposed to be case sensitive. However, when I ran the following query code: $this->db->...
7,668 Views
3 Replies
04-13-2019, 06:07 AM
squashking
    Thread: Codeigniter Email Attachment name not support Unicode?
Post: RE: Codeigniter Email Attachment name not support ...

Thanks. I finally solved the problem, just by adding the 3rd parameter to $this->email->attach(para1, para2, para3). Set the 3rd parameter to the Unicode name it will work.
6,123 Views
6 Replies
03-16-2018, 05:17 PM
squashking
    Thread: Codeigniter Email Attachment name not support Unicode?
Post: RE: Codeigniter Email Attachment name not support ...

InsiteFX Wrote: (03-05-2018, 04:03 AM) -- I think they said that the new international php 7+ should work now, not sure so you would need to check php.net -- Thank you. I believe there should be o...
6,123 Views
6 Replies
03-05-2018, 04:32 AM
squashking
    Thread: Codeigniter Email Attachment name not support Unicode?
Post: RE: Codeigniter Email Attachment name not support ...

InsiteFX Wrote: (03-04-2018, 05:09 AM) -- This may help you understand what is going on. Filesystem encoding and PHP (https://evertpot.com/filesystem-encoding-and-php/) -- Thank you, is there an...
6,123 Views
6 Replies
03-04-2018, 08:08 PM
squashking
    Thread: Codeigniter Email Attachment name not support Unicode?
Post: Codeigniter Email Attachment name not support Unic...

Hi, I tried sending an attachment containing Unicode characters, and the attachment was  sent successfully. But the Unicode characters were removed from the file name. For example, if I send an attach...
6,123 Views
6 Replies
03-03-2018, 03:14 PM
squashking
    Thread: Attchment won't be sent if name contains spaces
Post: Attchment won't be sent if name contains spaces

Hi guys, I've just found a problem in using the Email library. If the attachment name contains spaces, the attachment won't be sent with the email text. so: Code: -- $this->email->attach("path/t...
2,154 Views
1 Replies
02-26-2018, 04:33 AM
squashking
    Thread: large attachment cannot be sent using codeigniter
Post: RE: large attachment cannot be sent using codeigni...

Eventually I found out the reason. Actually it's not a problem of the size. It's just a problem of the file name. If the file name contains spaces it will fail. But I still haven't got a solution. I t...
5,460 Views
4 Replies
02-26-2018, 04:28 AM
squashking
    Thread: large attachment cannot be sent using codeigniter
Post: RE: large attachment cannot be sent using codeigni...

InsiteFX Wrote: (02-24-2018, 05:11 AM) -- Try one of these: Code: -- php.ini Both of these need to be set to the same size and larger then upload_max_filesize ; Maximum meory size. memory_...
5,460 Views
4 Replies
02-25-2018, 04:10 AM
squashking
  Sad Thread: large attachment cannot be sent using codeigniter
Post: large attachment cannot be sent using codeigniter

Hi guys,  I'm implementing a program of sending email using Codeigniter Email class and gmail smtp. I find it works when the attachment is small (e.g., less than 1MB) but if it's large (e.g., 5MB)...
5,460 Views
4 Replies
02-24-2018, 12:58 AM
squashking

Theme © iAndrew 2016 - Forum software by © MyBB