Differences between revisions 3 and 4
Revision 3 as of 2006-04-24 09:30:26
Size: 704
Editor: 211
Comment:
Revision 4 as of 2006-04-24 13:48:26
Size: 746
Editor: 211
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
 * http://kr.php.net/manual/kr/index.php

One of the WebProgramming ProgrammingLanguage. Server-side script

http://www.php.net/

관련자료들

각종팁

각종 PHP WebApplication에서 파일업로드용량을 늘리려면 다음 세팅이 필요함. php.ini 에서

upload_max_filesize = 10M

PHP 4.01이상에서는 POST로 넘어가는 변수를 받는 방법이 달라졌다.

$name=$_POST("name"); 또는 $name=$HTTP_POST_VARS["name"]


CategoryLanguage

PHP (last edited 2012-04-14 08:17:34 by 221)

web biohackers.net