prepare($sql); $stmt->bind_param('ss',$id_prestador,$id_servico); if($stmt->execute()) { $_SESSION['msg']= "

Serviço cadastrado com sucesso!

"; header('Location: index.php'); } else{ $_session['msg']= "

Serviço não foi cadastrado!

"; header('Location: index.php'); } $stmt->close(); } } else{ $_session['msg']= "

Serviço não foi cadastrado!

"; header('Location: index.php'); } mysqli_close($con); ?>