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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -