79502964

Date: 2025-03-12 08:10:28
Score: 2.5
Natty:
Report link

You need to append a space to the value when assigning it. replace $data = $_POST['textdata']; by $data = $_POST['textdata'] . ' ';

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Thomas