We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312931b commit 54fcb3dCopy full SHA for 54fcb3d
1 file changed
php/README.md
@@ -10,7 +10,7 @@ if (!empty($_POST['btn_SetBodyValue']))
10
{
11
$Name = $_POST['txt_Name'];
12
$BackgroundColor = $_POST['txt_BackgroundColor'];
13
- $FontSize = (int) $_POST['txt_FontSize']; // Convert to integer
+ $FontSize = (int) $_POST['txt_FontSize'];
14
15
$form = new WebForms();
16
0 commit comments