79773577

Date: 2025-09-24 10:23:31
Score: 2
Natty:
Report link

1<html>

2 <head>

3 <meta charset="utf-8">

4 <title>

5 Lição 2

6</title>

7<body>

<form name="Forml" id="Forml" method="post" action="">

<input type="text" name="executa" id="executa"/> 9

<input type="submit" name="Submit" value="Executar"/> 10

</form> 11

<?php 12

$Cont=17 14

if (isset($_POST["Executa"])) 16

13

15

17日

18

19

20

Sexecuta $_POST["executa"];

21日

22

23

24

25

26

while ($Cont <= Sexecuta)

echo O valor atual do contador é Cont <br>";

$Cont++;

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Sahin Skekh