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 the

element. <p>2. Add the following text and elements to the document body:</p> <p><img src="https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f3e5bfc4c9a_09566f3e5bf5997b.jpg" alt="This is a PHP programming class In this project, you will create"></p> <p>3. Save the document as GuestBook.html.</p> <p>4. Create a new document in your text editor and type the declaration, element, document head, and </p>

element. Use Sign Guest Book as the content of the

element. <p>5. Add the following script section to the document body:</p> <p><?php </p> </p><p>?></p> <p>6. Add the following if statement to the script section to check whether the user filled in the first name and last name fields:</p> <p><img src="https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f3e5c088f79_09666f3e5c022976.jpg" alt="a Web page that allows visitors to your site to sign a"></p> <p>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.</p> <p><img src="https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f3e5c1258cb_09666f3e5c0bc4e8.jpg" alt="guest book that is saved to a text file. Ensure that the"></p> ! DOCTYPE html> html lang-"en"> ?head> <meta charset="UTP-8"> title>Guest Bookk/title> body> h2>Enter your name to sign our guest book ?form method-"POST" action-"SignGuestBook.php"> <p>First Name Kinput type-"text" name-"first name">X/p> </p><p last name name-> <pxinput type- value-></pxinput>X/p> <input type="text"> </p><p>Show Guest Book </p>

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!