Your IP : 18.191.118.36
<!DOCTYPE html> <html> <head> <h2>Student Record</h2> </head> <body> <form action="option_reva.php" method="post"> <label>Enter SRN Number:</label> <br> <input type="text" name="fregno" required><br> <br> <input type="submit" name="submit" value="Submit" /> </form> </body> </html> |