Question

To create your own while loop using PHP and HTML via Notepad++. Your while loop does...

To create your own while loop using PHP and HTML via Notepad++. Your while loop does not have to completely function, meaning it doesn't have to process a lot, just create the loop along with some other mini things in HTML like a few outputs when run

Homework Answers

Answer #1

CODE

<?php

$i=1; //Creating a variable for counting the numbers
while ($i<=10):?>

<h1> This is inside while loop and prining by while loop. The number is= <?php echo $i; ?> </h1>

<?php $i=$i+1; //On the above staatement declaring the html tag and printing the number.
//Incrementing the value to print next number
endwhile; //Ending the while loop

?>

ALL THE EXPLAINATION IS COMMENTED IN THE CODE ITSELF. THIS CODE WILL PRINT YOU 1-10 NUMBERS USING HTML TAG INSIDE WHILE LOOP.

Note: If you have any queries than let me know in the comments. If you find it helpful then a Like would be appreciated

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
--USING C# ONLY-- You will create your own on-line shopping store in the console application. You...
--USING C# ONLY-- You will create your own on-line shopping store in the console application. You can choose different products to sell in your store (at least 8 products). You will create an product inventory text file. The program will display two options at the beginning of the program, Customer and Manager. Customer: If this is a new customer, the program will allow the customer to register with their information and assign a unique ID number to the new customer....
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>All Pets Veterinary Hospital</title> <style> body { font-family: arial,...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>All Pets Veterinary Hospital</title> <style> body { font-family: arial, sans-serif; font-size: 100%; } /* outer container */    #wrapper { width: 960px; margin: 50px auto; padding: 0px; background-color: rgb(255, 255, 255); /* white */ border: 1px solid #000; /* black */ }    header h1 { text-align: center; }    nav { text-align: center; background: rgb(175, 196, 206); }    address figure { text-align: center; } </style> </head> <body> <div id="wrapper"> <!-- outer...
Please reply to each of the discussion posts in your own words: Discussion 1 I do...
Please reply to each of the discussion posts in your own words: Discussion 1 I do not believe the employers should provide a certain prescription or drug for their workers. This is a personal choice for the worker to make themselves. Some workers work just fine without any additive or supplementary. Others might need a little boost such as caffeine in a coffee or energy drink. The second a company starts providing a certain drug to their employees, is when...
Response for those questions please,  "Resumes and Other Employment Materials" in Strategies for Technical Communication . (...
Response for those questions please,  "Resumes and Other Employment Materials" in Strategies for Technical Communication . ( please don't copy from any website, your own word) Despite the many online job search tools available, why does our textbook say that "The human connection is always the best way to start looking for a job" (133)? Who are some people you could talk to on campus for job search help? Are there people you know outside of campus that could be resources...
Hey i just read your comment and you just need to answer do you agree or...
Hey i just read your comment and you just need to answer do you agree or disagree with ir and explain My Teacher gave this answer and we need to response this answer You need to response this answer why you agree with it or why you disagree and explain You have Two Answer you need to response on your own word Reactions may include: feedback, agreements, disagreements, etc. with supporting facts, material, citations, etc. to support your reaction (or...
How does the support worker encourage Stanley to take an active role in his own support...
How does the support worker encourage Stanley to take an active role in his own support needs? Give one example of this. Given what you know about him, give an example of how strengths- based approach could be used to support Stanley in one of his future goals of catching public transport. What work role boundaries have been crossed by the support workers, and what could be the consequences for working outside of their limitations? Why is so much work...
(Use the case of “Global Treps”) You have been selected as the project manager for the...
(Use the case of “Global Treps”) You have been selected as the project manager for the Global Treps project. You helped to run a local shark tank like event at your college last year as part of a class project, so you have a general idea of what is involved. The schedule goal is six months, and the budget is $120,000. Your favorite professor, Dr. K., and a few of her associates have agreed to fund the project. Your strengths...
You will write a program that loops until the user selects 0 to exit. In the...
You will write a program that loops until the user selects 0 to exit. In the loop the user interactively selects a menu choice to compress or decompress a file. There are three menu options: Option 0: allows the user to exit the program. Option 1: allows the user to compress the specified input file and store the result in an output file. Option 2: allows the user to decompress the specified input file and store the result in an...
VPython Physics 1211k 1. Here is a somewhat more sophisticated program that recreates one of your...
VPython Physics 1211k 1. Here is a somewhat more sophisticated program that recreates one of your experiments – a cart rolling up a ramp and back down. Particularly pay attention to the components of the acceleration. from visual import * #control the dimensions of the animation window. Turn off autoscaling. Then set the window to show 20 meters #in each direction. Then set the actual physical size of the animation window on the screen scene.autoscale = False scene.range = 20...
Have you ever analyzed your leadership style? Each person has an approach to leading that feels...
Have you ever analyzed your leadership style? Each person has an approach to leading that feels right. But is your natural way of leading producing the best results for you? After years of studying the history of leadership and the various leadership modalities, I wanted to know the answer to that question for myself. My conclusion surprised me. I’d like to share some revelations about how you can create the best version of yourself by intentionally crafting your own unique...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT