Questions tagged as 'codeigniter'

0
answers

Upload with Watermark using Codelgniter

I am uploading here with Codeigniter, it works perfect, but I can not put a logo as a watermark and I would also like to put the site address, I do not know why the error .. the code is as follows. .. /* Upload de imagem: */ $config['upload...
asked by 21.06.2016 / 09:25
0
answers

Send PDF in Annex mPDF, phpmailer

I have the following code in PHP: error_reporting(E_ALL ^ E_DEPRECATED); $this->load->helper('mpdf'); $this->data['dadosboleto'] = $this->boleto_model->GerarBoletoCEF($id_cliente, $data_inicial, $data_final); $this->data['vie...
asked by 18.06.2016 / 22:07
1
answer

Bootstrap Datepicker with CodeIgniter

Good night class, I'm in a PHP project in CodeIgniter, where I'm already using Bootstrap and Morris.js (graphics). I need to implement the Datepicker now, and doing the same way it already worked in a test without CodeIgniter is not working....
asked by 07.07.2016 / 02:54
1
answer

Dynamic Form PHP and Mysql - Codeinigter

I need to create a form to create assessments, with lots of variable questions. For this I created a form that adds questions, as requested; The problem is to save on%% of this variety of issues. To be clearer, follow the Code; <div clas...
asked by 24.06.2016 / 16:51
0
answers

Problem with the parameters passed to PHPlot by the Codeigniter Controller

I have a question that at the same time is a problem, because I do not know what I might be doing wrong. This is the following, I am using Codeigniter and to generate a graph I will use the library PHPlot , the basic I was able to generate t...
asked by 24.06.2016 / 21:53
1
answer

Error 404 with CodeIgniter

I am having the following error with Codeigniter: URL: link "404 Page Not Found, The page requested was not found." Controller code: <?php if(!defined('BASEPATH')) exit ('No direct script access allowed'); class User_controller e...
asked by 06.06.2016 / 16:03
1
answer

MVC - edit form is not working - codeigniter

I have a form to print the data of a user. I want you to be able to edit this data. But it's giving me an error in the view:    Undefined variable: list and Invalid argument supplied for foreach (). My code is as follows: Controller:...
asked by 12.06.2016 / 13:44
0
answers

Postcards with background image and dynamic text in php, for emailing [closed]

Good afternoon, I will need to make a web page where a user chooses a background image and then in a text box adds text and finally can send it by email. Type of birthday christmas postcard etc. Does anyone know how to tell some tutorial with...
asked by 30.05.2016 / 16:28
1
answer

My customer account records "almost" all fields

I'm having a very strange problem and I believe you can help me. I have a web system to control the company, where it has the customer registration, the products, etc. The system is in php + codeigniter. In the Client Controller, the co...
asked by 05.05.2016 / 15:40
2
answers

Save form data without updating the image

I have a registration form and this form has a registered user profile image. The insert and update of the image are working perfectly. The problem is when I update any data other than the image, the system does not save, ret...
asked by 27.04.2016 / 18:35