Question
This is a PHP programming class In this project, you will create a Web page that allows visitors to your site to sign a guest
This is a PHP programming class
In this project, you will create a Web page that allows visitors to your site to sign a guest book that is saved to a text file. Ensure that the Projects directory has read and write permissions for everyone.
1. Create a new document in your text editor and type the declaration, element, document head, and
element. Use Guest Book as the content of the2. Add the following text and elements to the document body:
3. Save the document as GuestBook.html.
4. Create a new document in your text editor and type the declaration, element, document head, and
5. Add the following script section to the document body:
?>
6. Add the following if statement to the script section to check whether the user filled in the first name and last name fields:
7. Add the following else clause to the end of the script section. The statements in the else clause use the fwrite() function to add visitor names to a text file named guestbook.txt.
! DOCTYPE html> html lang-"en"> ?head> title>Guest Bookk/title> body> h2>Enter your name to sign our guest book ?form method-"POST" action-"SignGuestBook.php">First Name Kinput type-"text" name-"first name">X/p>
Show Guest Book
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started