Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: form_submit() does not post
Post: RE: form_submit() does not post

Add type="submit" to your buttons PHP Code: -- $data['save_btn'] = array( ...... 'type' => 'submit', ........ ); --
12,542 Views
7 Replies
04-19-2015, 06:21 PM
webnaz
    Thread: Can't finish tutorial.
Post: RE: Can't finish tutorial.

Actually you have one error only. Your "first" error is not an error, that is how codeigniter urs works, see http://www.codeigniter.com/user_guide/general/urls.html (http://www.codeigniter.com/user_g...
9,745 Views
7 Replies
04-19-2015, 06:02 PM
webnaz
    Thread: Send HTML email but showing souce code ?
Post: RE: Send HTML email but showing souce code ?

Try this, change PHP Code: -- $this->load->library('email', $config); -- with PHP Code: -- $this->load->library('email'); $this->email->initialize($config); --
3,593 Views
1 Replies
04-16-2015, 12:30 PM
webnaz

Theme © iAndrew 2016 - Forum software by © MyBB