use isset()
$avatar = isset($_POST['_ava']) ? $_POST['_ava'] : null; $usr_skill = isset($_POST['_skill']) ? $_POST['_skill'] : null; and same other post value . hope it will help you
for more information
use isset()
$avatar = isset($_POST['_ava']) ? $_POST['_ava'] : null; $usr_skill = isset($_POST['_skill']) ? $_POST['_skill'] : null; and same other post value . hope it will help you
for more information