File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
5+ < title > Null's Text Decorator</ title >
6+ </ head >
7+ < body >
8+ < ?php
9+ if (isset($_POST["step2"]))
10+ {
11+ echo "
12+ < h1 > Null's Text Decorator</ h1 >
13+ < br />
14+ < form action =\ "index.php\" method=\"post\">
15+ < br />
16+ Enter your text here → < input type =\ "text\" name=\"input\" value=\"". $_POST["input"] ."\" />
17+ < br />
18+ Circled text: < input type =\ "text\" name=\"cool1\" value=\"". /* OUTPUT */ ."\" />
19+ < br />
20+ < input type =\ "submit\" name=\"step2\" />
21+ </ form >
22+ ";
23+ }
24+ else
25+ {
26+ echo "
27+ < h1 > Null's Text Decorator</ h1 >
28+ < br />
29+ < form action =\ "index.php\" method=\"post\">
30+ < br />
31+ Enter your text here → < input type =\ "text\" name=\"input\" />
32+ < br />
33+ Circled text: < input type =\ "text\" name=\"cool1\" />
34+ < br />
35+ < input type =\ "submit\" name=\"step2\" />
36+ </ form >
37+ ";
38+ }
39+ ?>
40+ </ body >
41+ </ html >
You can’t perform that action at this time.
0 commit comments