Category: 4th sem New syllabus
PHP New Syllabus Model Question solution
Group A Group B 14 Accessing user credentials should be done securely and with respect to user privacy. Generally, user credentials, such as usernames and passwords, are collected through a form on a web page and then processed on the server side using PHP. Here’s a basic example: HTML Form (login_form.html):
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
<html> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Login Form</title> </head> <body> <form action="process_login.php" method="post"> <label for="username">Username:</label> <input type="text" id="username" name="username" required> <label for="password">Password:</label> <input type="password" id="password" name="password" required> <button type="submit">Login</button> </form> </body> </html> |
[…]
Continue ReadingBusiness Data Communication and Networking Notes
Question paper Solution Pre- board Paper SYLLABUS YEAR2021 Syllabus Here Detailed NotesĀ Unit 1 Unit 2 Unit 3 Unit 5 Unit 6 Unit 7 Unit 9
Continue ReadingFinancial Accounting 3rd Sem Model Question
Old Syllabus Papers
Continue Reading