We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86e2a1 commit 3dd81aaCopy full SHA for 3dd81aa
1 file changed
index.php
@@ -21,6 +21,8 @@
21
Enter your text here → <input type="text" name="input" value="<?=$_POST["input"]; ?>" />
22
<br />
23
Circled text: <input type="text" name="cool1" value="<?=$dec->cycle($_POST["input"]); ?>" />
24
+ <br />
25
+ Leet text: <input type="text" name="cool1" value="<?=$dec->leet($_POST["input"]); ?>" />
26
<?php
27
}
28
else
@@ -29,6 +31,8 @@
29
31
Enter your text here → <input type="text" name="input" />
30
32
33
Circled text: <input type="text" name="cool1" />
34
35
+ Leet text: <input type="text" name="cool1" />
36
37
38
?>
0 commit comments