Tutorial  

Validasi Nama <?php $name = test_input($_POST[“name”]); if (!preg_match(“/^[a-zA-Z-‘ ]*$/”,$name)) { $nameErr = “Nama hanya boleh…