Question: In this assignment, you are asked to create a PHP script that outputs all the even numbers between 1 - 100 . Use the html

In this assignment, you are asked to create a PHP script that outputs all the even numbers between 1 - 100 . Use the html tag

$currentNumber

to style the PHP output.

  1. Create a new document in your IDE.
  2. Enter all the required HTML tags as seen below In this assignment, you are asked to create a PHP script that
  3. Create a php section in the document body with a while statement that displays all even numbers between 1 and 100 on the screen.
  4. Save the document as numberlist.php
  5. Run your code in your IDE numberlist.php. View your code at http://localhostumberlist.php
  6. Upload to the class web server to modula2b folder in your account's public_html folder.
  7. View your published code at http://www.smccs85.com/~username/module2bumberlist.php
    • Replace username with your username to access the class web server.

Hint: % modulus 10 % 2 = 0 (remainer of even numbers is zero when divided by 2) https://www.w3schools.com/php/php_operators.asp

Give the document I need

KIDOCTYPE html> Khead> title>Even Numbers

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!