Can't save textarea to file using php?
问题 I have issue saving textarea to file. I used POST method to send the form to the other page then, in the next page I can't include the textarea content with the file Im not sure what is the problem. Is there any idea about what is the problem? Here are the two pages: page1: <!DOCTYPE HTML> <html> <head> <title>Save</title> </head> <body> <form action="page2.php" method="post"> <span>name:</span> <input type="text" name="name"><br> <span>file extension: </span> <select name="ext" id="ext">