Skip to content

Instantly share code, notes, and snippets.

View RekcahA's full-sized avatar

Mohammad Sadegh Mirnasab RekcahA

View GitHub Profile
<html><head><meta charset="UTF-8"></head>
<body>
<?php
if(isset($_POST["btn"])) {
$y = $_POST["year"];
$m = $_POST["Month"];
$d = $_POST["Day"];
if (empty($y)) {
echo "<font color='#ff2828' size='5'>Please enter your year of birth</font>" . "<br>";
}