-
[비공개] MYSQL 여러 테이블에서 검색할때
http://study.itiscom.net/8?srchid=BR1http://study.itiscom.net/8 참조추천 -
[비공개] 작업일지 - 회원 가입 중복 방지, 디자인
추가해야 될 사항 1. 회원가입폼에서 아이디 중복 검사 2. 승인된 자료 테이블 이동 3. 검색 결과 테이블 변경 4. 회원 포인트 시스템 - 운영자가 직접 포인트 주고, 삭제하는 기능, , 답변시 포인트 얻음. 질문시 포인트 차감. 자료 보여질시 포인트 획득. 5. 포인트 부족시 다운로드 불가능추천 -
[비공개] CSS 리스트 가로 표시
http://sharpsim.tistory.com/15?srchid=BR1http://sharpsim.tistory.com/15추천 -
추천
-
[비공개] PHP mysql function 들
PHP MySQL FunctionsPHP: indicates the earliest version of PHP that supports the function. FunctionDescriptionPHP mysql_affected_rows() Returns the number of affected rows in the previous MySQL operation 3 mysql_change_user() Deprecated. Changes the user of the current MySQL connection 3 mysql_client_encoding() Returns the name of the character set for the current connection 4 mysql_close() Closes a non-persistent MySQL connection 3 mysql_connect() Opens a non-persistent MySQL connection 3 mysql_create_db() Deprecated. Creates a new MySQL database. Use mysql_query() instead 3 mysql_data_seek() Moves the record pointer 3 mysql_db_name() Returns a database name from a call to mysql_list_dbs() 3 mysql_db_query() Deprecated. Sends a MySQL query. Use mysql_select_db() and mysql_query() instead 3 mysql_drop_db() Deprecated. Deletes a MySQL database. Use mysql_query() instead 3 mysql_errno() Returns the error number of the last MySQL operation 3 mysql_error() Returns the erro..추천 -
추천
-
[비공개] PHP 파일업로드 구현시 보안문제 해결방안.
http://ssyangcal.tistory.com/380?srchid=BR1http://ssyangcal.tistory.com/380 정규표현식을 사용해서 파일확장자 검사추천 -
추천