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

Thanks, that fixed it. it was just creating a url that would do index.php/index.php so it would give a 404 error
8,064 Views
0 Replies
12-01-2014, 06:59 PM
roonietunes
    Thread: Help with form_submit()
Post: RE: Help with form_submit()

Yes. Here's the code from the controller with that function: class Email extends CI_Controller { function index() { $this->load->view('newsletter'); } function send() { $th...
8,064 Views
0 Replies
11-30-2014, 12:15 PM
roonietunes
    Thread: Help with form_submit()
Post: Help with form_submit()

I'm having a bit of trouble with form_submit(). Here's my issue: i have 2 php files. My controller is called email.php and my view is called newsletter.php (if anyone has seen Code Igniter from Scratc...
8,064 Views
0 Replies
11-29-2014, 01:48 PM
roonietunes

Theme © iAndrew 2016 - Forum software by © MyBB