Welcome Guest, Not a member yet? Register   Sign In
submit button not redirecting
#10

(This post was last modified: 11-12-2015, 01:10 AM by pdthinh.)

(11-11-2015, 09:02 PM)[email protected] Wrote: I have attached both the files.

In your view file modify this line:
PHP Code:
   echo form_open("blog/send"); // blog starts with lower case letter 

In the controller you can use simplified send() method to test if the view can submit to it:
PHP Code:
   function send()
 
   {
 
         var_dump($this->input->post('email'));
 
   
Reply


Messages In This Thread
submit button not redirecting - by pallu.hegde93 - 11-09-2015, 04:01 AM
RE: submit button not redirecting - by mwhitney - 11-09-2015, 11:33 AM
RE: submit button not redirecting - by InsiteFX - 11-10-2015, 05:07 AM
RE: submit button not redirecting - by mwhitney - 11-10-2015, 01:35 PM
RE: submit button not redirecting - by Martin7483 - 11-11-2015, 01:46 AM
RE: submit button not redirecting - by pdthinh - 11-12-2015, 01:07 AM
RE: submit button not redirecting - by Martin7483 - 11-12-2015, 05:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB