首頁  >  文章  >  後端開發  >  PHP-表單的讀寫,File檔案的操作等---ShinePans

PHP-表單的讀寫,File檔案的操作等---ShinePans

WBOY
WBOY原創
2016-08-08 09:31:51903瀏覽

實作一:

表單的操作:

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教程有興趣的朋友有所幫助。


陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn