Click here to Skip to main content
15,895,983 members

Comments by KatsuneShinsengumi (Top 69 by date)

KatsuneShinsengumi 5-Jul-15 23:44pm View    
Thanks man.
KatsuneShinsengumi 2-Jul-15 12:45pm View    
Do you have sample code for c#? Something I can follow on? Because I haven't tried c# before.
KatsuneShinsengumi 21-May-14 4:10am View    
You shouldn't insert image in database, images should be stored in separate folder and only insert the url of the images to the database. So when you call the image you'll just get the url from the database.
KatsuneShinsengumi 21-May-14 3:14am View    
Nope I'm not confused in my question also I found a work around without using $this->uri->segment(3)'s value as an offset.
KatsuneShinsengumi 15-May-14 0:56am View    
Oh I see, now I'm using the preventDefault(); it's still doing the same, I also tried to use ('#myForm').on('submit',function());,.. it end up not working at all.