0
votes
1answer
13 views

Codeigniter Ion Auth register() not returning errors

I'm using Ion Auth for authentication and am having difficulty returning validation errors. The login(); function returns them as expected and when running register();, I'm redirected correctly, ...
0
votes
1answer
46 views

codeigniter form not submitting fields

I'm a newbie for codeigniter. I'm stuck at a problem, that my form is not posting values, I dont know why. Current site works fine on local server and my testing server. As I transferred complete ...
0
votes
3answers
35 views

Codeigniter reference MY_Controller in form helper

If I have a callback function within MY_Controller that processes a form : class MY_Controller extends CI_Controller{ function login(){ ...
0
votes
1answer
34 views

CodeIgniter passing parameters to a function in CORE MY_Controller

I hope that this is possible Can I pass parameters to functions in CORE/MY_Controller? I am developing a application that has three controllers and most of the functions are the same so I want to ...
0
votes
1answer
36 views

Codeigniter send html mail

I know - there are already discussions concerning this, but they all didn't help. All I want is to send a simple html mail - with: $this->load->library('email'); ...
0
votes
2answers
61 views

PHP echo position in codeigniter [duplicate]

I'm a newbie to web development, so this might sound dumb. I was trying to echo a form. <tr> <td><?php echo form_label($login_label, $login['id']); ?></td> ...
0
votes
2answers
40 views

Can´t get the logout session from facebook to work

i tried to use the facebook login in my project. For this i use the PHP SDK in codeigniter.. all works and i can do the login and retrieve data to my page. But i can“t understand why the logout ...
2
votes
1answer
92 views

CKeditor returning 403 when submitting certain html tags

I've created a page where I have two input textareas and I add CKeditor (ver. 4) to both of them. The first editor works fine, I've set config.allowedContent = true; in the config.js to stop ...
0
votes
2answers
45 views

How to display <iframe> tag to gmail

I use codeigniter to send email... After activating the user account it sends another email to insert tag but when the user receives the message, no tag appeared but when I tried using other ...
0
votes
1answer
48 views

CodeIgniter object not found only the index funtion works

I am new to CodeIgniter, everything was going fine and well up until I found out that I can only make a call to the index() function. I have setup the config.php, autoload.php and routes.php as ...
0
votes
4answers
59 views

current_url() vs. “ ” in an href

I want to have links that allow for page refreshing and setting href="" seems reasonable. I'm using Codeigniter (PHP framework) which has a function current_url() so I could also write ...
0
votes
3answers
42 views

How to include a login form in the header part of the html page

I am trying to implement a log-in form in the header part of my html page. Log-in form in the sense, i just want to show a pop-up text box , when a url is called. Example : when a user try to call ...
0
votes
1answer
24 views

reveal.js HTML not evaluated

I am using Hakim El Hattab's amazing reveal.js, and besides the problem below (which is due to my placeholders I noticed...), the script is working awesome for me. Due to this being because of my ...
0
votes
1answer
47 views

How to make a simple plus one voting system in code igniter

I am trying to make a plus one voting system with jquery on my website. I have the html/css structure built. I have a thumb image that when hovered over, turns green, when someone clicks it, I want it ...
2
votes
2answers
1k views

Codeigniter HTML table is not drawn with TCPDF

I'm doing a report generator with codeigniter and I'm using tcpdf to create my pdf files. First I create the table from the query result in codeigniter like this: $query = ...

1 2 3 4 5 24
15 30 50 per page