Skip to content
Advertisement

Tag: codeigniter

Codeigniter Having undefined index

I need to access a table by referencing another table ID and by doing so I created first a foreach loop to retrieve the first table data then give its ID reference to the second table. I have done it in my other function but I don’t know in this function prompts me that it’s undefined index. Here is my

Codeigniter controller not found

I have create a controller in codeigniter. The problem is that when I hit the controller name and function name in url then Its give me error that 404 not found. I am new to codeigniter and I did not understand where I am going wrong Here is my controller and my view is like this I am creating my

CodeIgniter Multiple File Upload not working

I am trying upload multiple file in a folder but it’s giving the error “You did not select a file to upload.” A PHP Error was encountered Severity: Warning Message: is_uploaded_file() expects parameter 1 to be string, array given Filename: libraries/Upload.php Line Number: 412 Backtrace: File: C:wampwwwmshaadiapplicationcontrollersEmail.php Line: 55 Function: do_upload File: C:wampwwwmshaadiindex.php Line: 293 Function: require_once Controller view Answer

Advertisement