Welcome Guest, Not a member yet? Register   Sign In
Form button not submitting data to controller
#3

PHP Code:
My Contact.php Model 
<?php

namespace App\Models;

use 
CodeIgniter\Model;

class 
Contact extends Model
{
    protected $table 'contact';
    protected $primaryKey 'id';
    protected $allowedFields = ['name''email''contact''message'];
    

Reply


Messages In This Thread
RE: Form button not submitting data to controller - by Stephen Musyoka - 12-14-2022, 11:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB