實作一:
表單的操作:
wlcome_page.php
<html> <body> <?php include("menu1.php"); ?> <form action="welcome_info.php" method="post"> <br/> Name :<input type="text" name="name"/> <br/> Age :<input type="text" name="age"/> <br/> Adress :<input type="text" name="address"/> <br/> Phone pnumber:<input type="text" name="phone_number"/> <br/> <input type="submit"/> </form> </body> </html>
welcome_info.php:
實作二
檔案的上傳,檔案的讀取:
open_close_file_test.php:rr🜎效果顯示:
上傳後伺服器回傳的資訊:
以上就介紹了PHP-表單的讀寫,File檔案的操作等---ShinePans,包括了方面的內容,希望對PHP教程有興趣的朋友有所幫助。