But on the server side, the data doesn't change.... dunno why.
If the data was "Hello", and I'm writing in the editor "Hello World!", on the server-side I'll get "Hello".
I'm trying to fetch it with:
- Code: Select all
// PHP code
$_POST['textarea_name']
This problem started suddenly ...
Other inputs are changeable.
Please help... I don't know what to do...
Thanks in advance.