Bai. n00b ko php. Bag.ohay ra ko nakat.on, karon lang. Wala lagi mu display sa akong page.
index.php
<html>
<head>
<title>
Workout Center
</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<form action="register.php" method="post">
Workout Center Employee Application Form<br><br>
Employee Type
<select name="empType">
<option>Trainer</option>
<option>Cashier</option>
<option>Technician</option>
</select>
<br>
Name: <input type="text" name="empName" /><br>
Address: <input type="text" name="empAdd" />
<input type="submit" />
</form>
</body></html>
register.php
<html>
<link rel="stylesheet" href="style.css">
<body>
<?php
echo 'Welcome ' . $_POST['empName'] . ' thanks for filling in out form';
?>
</body></html>
Blank page ra mugawas inig submit.
Pa help po.