<!DOCTYPE html>
<head><title>home</title></head>
<body>
<form action="php/index.php" method="post"> <center>
<input type="text" name="fullname" placeholder="Full Name" size="25" required>
<input type="email" name="email" placeholder="Email or Mobile" size="25" required>
<input type="password" name="psw" placeholder="Password" size="25" required> </center><br>
<input type="submit" value="Here You Go!"/><br><br>
<center><h4>By clicking "Here You Go!" you agree with our terms & conditions and private policy.</h4></center> </form>
</body>
</html>
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.