Skip to Content
PHPCODE
CodeIgniter Getting User Input Data
codeigniter code / July 28, 2018

Getting User Input Data

Codeigniter Getting User Data :-
$username=$this->input->post(‘username’);
$password=$this->input->post(‘password’);

Comments
No comments yet, take the initiative.

Leave a Reply

Your email address will not be published.

PHPCODE © 2023