Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Form button not submitting data to controller
Post: RE: Form button not submitting data to controller

PHP Code: -- My Contact.php Model 
1,782 Views
2 Replies
12-14-2022, 11:21 AM
Stephen Musyoka
    Thread: Form button not submitting data to controller
Post: RE: Form button not submitting data to controller

My Home.php Controller PHP Code: -- public function contact()     {          if(!isset($_POST['submit'])){             echo 'Nothing';         }  else{              $userdata = [          ...
1,782 Views
2 Replies
12-14-2022, 11:18 AM
Stephen Musyoka
    Thread: Form button not submitting data to controller
Post: Form button not submitting data to controller

Code: -- I have tried posting data from a view to the controller without success. I have followed chats in this forum but I haven't gotten help. Kindly take your time and assist me.                ...
1,782 Views
2 Replies
12-14-2022, 10:59 AM
Stephen Musyoka

Theme © iAndrew 2016 - Forum software by © MyBB