Assignment #11
(20 points)
-
Watch the video
String Manipulation (JavaScript)
(CC)
and
String Manipulation (PHP)
(CC).
- Complete either Option A or Option B below.
- Option A:
- Create both the Javascript AND the PHP applications developed in the videos and shown
in the image below. When the command button "Extract Name" is pressed, your code should
extract an arbitrary first and
last name from the text box and display this information along with the corresponding length.
Save your work as "assignment11-javascript.html" and "assignment11-php.php".
(Maximum score possible: 18 points.)

- Option B:
- Create both a Javascript AND a PHP application similar to the application shown in the
image below. When the command button "Extract Name" is pressed, your code should extract an arbitrary
first name, middle name, and last name from the text box and display this information
along with the corresponding length.
Save your work as "assignment11-javascript.html" and "assignment11-php.php".
(Maximum score possible: 20 points.)
-
- Upload your work to your YOUR-CLASS-WEBSITE.
Help.
|