Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Reinforcement Exercises Exercise 2-1 In this project, you will create a simple document that contains a con- ditional operator you will rewrite into an if...else

image text in transcribed

Reinforcement Exercises Exercise 2-1 In this project, you will create a simple document that contains a con- ditional operator you will rewrite into an if...else statement. 1. Create a new document in your text editor. 2. Type the declaration, element, docu- ment head, and element. Use the strict DTD and "Conditional Script" as the content of the element. 3. Create a script section in the document body that includes the following code, but replace the conditional expression statement with an if...else statement. Note that the strings are enclosed in single quotation marks so that the name of the variable will be displayed, not the value. <?php $IntVariable = 75; ($IntVariable > 100) ? SResult = 'SIntVariable is greater than 100 : SResult = 'SIntVariable is less than or equal to 100'; echo "<p>$Result</p>"; ?> 4. Save the document as ConditionalScript.php in the Projects directory for Chapter 2, and then upload the document to the server. 5. Open the ConditionalScript.php file in your web browser by entering the following URL: http://<yourserver>/PHP Projects/Chapter:02/Projects/ConditionalScript.php. 6. Close your web browser window</yourserver>

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Spatial And Temporal Databases 10th International Symposium Sstd 2007 Boston Ma Usa July 2007 Proceedings Lncs 4605

Authors: Dimitris Papadias ,Donghui Zhang ,George Kollios

2007th Edition

3540735399, 978-3540735397

More Books

Students also viewed these Databases questions