Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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.- Create a new document in your IDE.
- Enter all the required HTML tags as seen below
- Create a php section in the document body with a while statement that displays all even numbers between 1 and 100 on the screen.
- Save the document as numberlist.php
- Run your code in your IDE numberlist.php. View your code at http://localhostumberlist.php
- Upload to the class web server to modula2b folder in your account's public_html folder.
- 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 NumbersStep 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