We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8156980 commit c32e292Copy full SHA for c32e292
index.php
@@ -20,9 +20,9 @@
20
?>
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"]); ?>" />
+ Circled text: <input type="text" name="cool1" value="<?=$dec->cycle($_POST["input"]); ?>" readonly />
24
25
- Leet text: <input type="text" name="cool1" value="<?=$dec->leet($_POST["input"]); ?>" />
+ Leet text: <input type="text" name="cool1" value="<?=$dec->leet($_POST["input"]); ?>" readonly />
26
<?php
27
}
28
else
0 commit comments