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
Post a Comment