Differences between revisions 5 and 6
Revision 5 as of 2006-10-19 11:34:22
Size: 775
Editor: 203
Comment:
Revision 6 as of 2007-09-20 09:56:31
Size: 1040
Editor: 59
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
----
Line 26: Line 27:
윈도우용 php 설치시, [http://winnwe.com/index.php/windowsxp/perma/363/ 5.2.5버전의 php.ini 파일에 문제가 있어서] 실행이 안된다고 한다. php.ini를 교체하면 정상 작동 -- ["yong27"] [[DateTime(2007-09-20T00:56:23Z)]]

----

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"]


윈도우용 php 설치시, [http://winnwe.com/index.php/windowsxp/perma/363/ 5.2.5버전의 php.ini 파일에 문제가 있어서] 실행이 안된다고 한다. php.ini를 교체하면 정상 작동 -- ["yong27"] DateTime(2007-09-20T00:56:23Z)


CategoryLanguage

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

web biohackers.net