Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2005-11-30 09:32:37
Size: 541
Editor: 211
Comment:
Revision 5 as of 2006-10-19 11:34:22
Size: 775
Editor: 203
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
One of the WebProgramming ProgrammingLanguage. Server-side script ProfessionalHtmlPreprocessor One of the WebProgramming ProgrammingLanguage. Server-side script
Line 5: Line 5:
관련자료들 == 관련자료들 ==
Line 10: Line 10:
 * http://kr.php.net/manual/kr/index.php
Line 12: Line 13:
SeeAlso [APM]
----
== 각종팁 ==
Line 19: Line 20:
PHP 4.01이상에서는 POST로 넘어가는 변수를 받는 방법이 달라졌다.
{{{
$name=$_POST("name"); 또는 $name=$HTTP_POST_VARS["name"]
}}}

ProfessionalHtmlPreprocessor 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