Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: codeigniter 3 rest api with angular 5 post method raise error 405 method not allowed
Post: RE: codeigniter 3 rest api with angular 5 post met...

neuron Wrote: (10-25-2018, 12:09 AM) -- Also you controller method name structure should be as follows: If doing POST request 1. your URL is controllername/user 2. your controller method name is...
11,017 Views
6 Replies
10-25-2018, 12:13 AM
rupamhazra
  Wink Thread: codeigniter 3 rest api with angular 5 post method raise error 405 method not allowed
Post: RE: codeigniter 3 rest api with angular 5 post met...

ragingTorch Wrote: (10-24-2018, 11:52 PM) -- That's hard to say without knowing your code/setup. When in doubt, test one thing at a time, start with your API with postman (https://www.getpostman.c...
11,017 Views
6 Replies
10-25-2018, 12:01 AM
rupamhazra
    Thread: codeigniter 3 rest api with angular 5 post method raise error 405 method not allowed
Post: codeigniter 3 rest api with angular 5 post method ...

codeigniter 3 rest api with angular 5 post method raise error 405 method not allowed. Please suggest
11,017 Views
6 Replies
10-24-2018, 11:20 PM
rupamhazra
    Thread: Redirect another view using htaccess
Post: Redirect another view using htaccess

Hi all, I want to access a link http://localhost/controller/function/product_id -->  view  to http://localhost/same_controller/same_function/product_name --> same view open. Using Htaccess.
3,948 Views
3 Replies
03-07-2017, 12:22 AM
rupamhazra
    Thread: Set variable on $this->input->post() function
Post: Set variable on $this->input->post() function

Hi, I want to set array of data  on $this->input->post() like $_POST variable.How can i do this??
3,096 Views
1 Replies
02-07-2017, 06:35 AM
rupamhazra
    Thread: codeigniter model access from a file which is located at root
Post: RE: codeigniter model access from a file which is ...

@ciadmin I have a producer.php file on root outside of application folder and i want to access the model which has defined on application folder. Please help me to do this.
3,499 Views
2 Replies
01-30-2017, 05:03 AM
rupamhazra
    Thread: Message: Cannot modify header information - headers already sent by (output started a
Post: RE: Message: Cannot modify header information - he...

@dycas Diederik is right, most of the cases that error occurred due to php tag.You have to check the each lines. you can do in one way like if you declare end php (?>) tag, please remove it may be...
6,602 Views
3 Replies
01-29-2017, 09:44 AM
rupamhazra
    Thread: codeigniter model access from a file which is located at root
Post: codeigniter model access from a file which is loca...

CodeIgniter model access from a file which is located at root and it is in HMVC that i want to access a modules model from root. Please help how can i proceed that.
3,499 Views
2 Replies
01-29-2017, 09:10 AM
rupamhazra
    Thread: header/footer
Post: RE: header/footer

eagle00789 Wrote: (11-24-2016, 03:22 PM) -- I am currently building my app using the great codeigniter framework, but i find 1 thing a bit annoying. Every time i load my views, i also need to loead ...
5,142 Views
3 Replies
11-25-2016, 11:32 PM
rupamhazra
    Thread: Autometic redirect on login page after session expire
Post: RE: Autometic redirect on login page after session...

php_rocs Wrote: (11-10-2016, 08:55 AM) -- rupamhazra Wrote: (11-09-2016, 09:27 PM) -- Thanks, but already done these functionality. -- Did I miss something?   Are you trying to set a specific tim...
15,941 Views
10 Replies
11-10-2016, 09:30 PM
rupamhazra
    Thread: ajax functionality added
Post: ajax functionality added

Hi, I am new fresher in codeigniter. i have developed a project where i want to submit form with ajax.so my question is which method is most preferable general ajax and jqery or codeigniter ajax he...
4,975 Views
2 Replies
11-09-2016, 10:14 PM
rupamhazra
    Thread: form validation on edit mode
Post: form validation on edit mode

Hi, I am developing a CRUD functionality  where  three fields (name,email,pic).In edit mode data is coming right way but whenever i  delete the data from email field and press the submit button sho...
3,498 Views
2 Replies
11-09-2016, 10:00 PM
rupamhazra
    Thread: .doc and .docx file upload
Post: RE: .doc and .docx file upload

@Paradinight Hey,  you are right that the doc and docx file which i want to upload this ins not real doc and docx. i am checking and found that the these files are not real.:huh: Thanks for giving i...
21,673 Views
16 Replies
11-09-2016, 09:49 PM
rupamhazra
    Thread: .doc and .docx file upload
Post: RE: .doc and .docx file upload

Paradinight Wrote: (11-09-2016, 02:07 PM) -- rupamhazra Wrote: (11-09-2016, 03:29 AM) -- @salain Here is my controller code below.also i attached the form view. public function profile_pic() ...
21,673 Views
16 Replies
11-09-2016, 09:35 PM
rupamhazra
    Thread: Autometic redirect on login page after session expire
Post: RE: Autometic redirect on login page after session...

Thanks, but already done these functionality.
15,941 Views
10 Replies
11-09-2016, 09:27 PM
rupamhazra
    Thread: .doc and .docx file upload
Post: RE: .doc and .docx file upload

@salain Here is my controller code below.also i attached the form view. public function profile_pic() { $this->load->view('header'); $error=""; $id=!empty($this->session->userdata('last_inse...
21,673 Views
16 Replies
11-09-2016, 03:29 AM
rupamhazra
    Thread: Autometic redirect on login page after session expire
Post: RE: Autometic redirect on login page after session...

Hi, I have added this functionality.. Thanks.
15,941 Views
10 Replies
11-09-2016, 12:15 AM
rupamhazra
    Thread: .doc and .docx file upload
Post: RE: .doc and .docx file upload

@ Paradinight Hi as per your advise i updated my codeigniter version now its 3.1.2 but still have issue.
21,673 Views
16 Replies
11-08-2016, 10:09 PM
rupamhazra
    Thread: Autometic redirect on login page after session expire
Post: RE: Autometic redirect on login page after session...

@php_rocs Yes, i have added session variable and checking the session variable on every page to access also i used cookie for implement "remember me" functionality.Now I want to implement automatic l...
15,941 Views
10 Replies
11-08-2016, 09:49 PM
rupamhazra
    Thread: .doc and .docx file upload
Post: RE: .doc and .docx file upload

@ Paradinight I am using codeigniter 3.0.0 and i have already modified the settings on mimes.php for .doc and .docx as per @insitefx
21,673 Views
16 Replies
11-08-2016, 09:34 PM
rupamhazra

Theme © iAndrew 2016 - Forum software by © MyBB