File manager - Edit - /home/cipherteam/htdocs/cipherteam.in/APPS/demo/otpverify.php
Back
<html> <head> <title>Verify OTP</title> <?php if(isset($_GET["otp"])) { session_start(); if((int)$_SESSION["otp"] == (int)$_GET["otp"]) { echo "Verification Successfully"; } } ?> </head> <body> <form> Enter OTP: <input type="text" name="otp" required> <br><br> <input type="submit" value="Verify"> </form> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.2.9 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings