Pass textarea value to server php -


i'm trying capture value of text area , pick php kept on server. functionality change texts , photos pretend these changes have made saved.

where can move friends. thank time .

that's last try:

if(isset($_get['submit'])){ $salida = $_get['textarea'];      $archivo = fopen("prueba2.html", "w+"); fputs($archivo, $salida); $contenido = file_get_contents($archivo); fclose($abrir); } 

you using $_get variable, <form> has method post. have use $_post variable instead.


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -