php106 PHP POST 전송된 첨부파일 확장자 확인 하기 $s_ext=substr($s_name,strrpos($s_name,".")+1); 2008. 10. 18. PHP W3C P3P 규약설정 // W3C P3P 규약설정 @header ("P3P : CP=\"ALL CURa ADMa DEVa TAIa OUR BUS IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC OTC\""); IE6 부터... 바뀐 쿠키 설정에 따른 설정법 2008. 10. 18. PHP FTP로 파일 업로드 $ftp_server='kkk.net';//serverip $conn_id = @ftp_connect($ftp_server); // login with username and password $user="kkk"; $passwd="aaa"; $login_result = @ftp_login($conn_id, $user, $passwd); //directorylike /www.velibaba.com/images @ftp_chdir($conn_id, "public_html/report_files"); // upload the file $upload = @ftp_put($conn_id, $filename, $file, FTP_BINARY); // close the FTP stream @ftp_close($con.. 2008. 10. 18. PHP 간단한... ip 접근 금지 체크 2008. 10. 18. 이전 1 ··· 16 17 18 19 20 21 22 ··· 27 다음