PHP: ASSIGNMENT NO.:5
PRACTICE PROGRAM: 3. Write a PHP script to check mobile number entered by the user is valid or not and display an appropriate message. ANS: HTML CODE: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <fieldset> <form action="Q3.php" method="POST"> <label for="num"><b>Enter Mobile No.:</b></label> <input type="number" name="num" id="num"><br> <br> <input type="submit" name="submit" id="submit" value="submit"> <input type="reset" name="reset" id="reset" value="re...