Size: 746
Comment:
|
Size: 775
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 |
ProfessionalHtmlPreprocessor One of the WebProgramming ProgrammingLanguage. Server-side script
관련자료들
[http://doc.kldp.org/Translations//html/PHP-KLDP/PHP-KLDP.html Manual]
http://www.iamssen.info/wiki/wiki.html?cate=webscript&title=%C0%CE%B5%A6%BD%BA
각종팁
각종 PHP WebApplication에서 파일업로드용량을 늘리려면 다음 세팅이 필요함. php.ini 에서
upload_max_filesize = 10M
PHP 4.01이상에서는 POST로 넘어가는 변수를 받는 방법이 달라졌다.
$name=$_POST("name"); 또는 $name=$HTTP_POST_VARS["name"]