Serwis poświęcony programowaniu w PHP z wykorzystaniem frameworka Code Igniter oraz narzędzi jak XDebug.
function addUserAction(){
$this -> load -> model('UserModel');
$this -> data['Login'] = $_POST['login'];
$query = $this -> UserModel -> getUser($this -> data['Login']);
if($query -> num_rows() > 0){
$content = $this -> load -> view('addUser',array(),true);
$this -> response['content'] = $content;
$this -> load -> view('index',$this -> response);
}
$this -> data['Password'] = dohash($_POST['password'],'md5');
$this -> data['Email'] = $_POST['email'];
}
Nie możesz dodawać nowych Tematów
Nie możesz dodawać nowych postów
Nie jesteś moderatorem