I have a string, get by Javascript (the content of a div!);
I want to write this string to PHP, because i want a text file with this content!
How is the best way to do this?
Edit[1]: Method Post doesn't works, because i have '<' chars and it erase them (i don't know why)...
Example: I have #include <stdio.h>
and when i call echo $_REQUEST just show #include
...