Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- file-upload
- Regex
- OOP
- 무료다운로드쿠폰
- php
- Session
- date
- Forms
- jquery
- 웹하드추천
- variables
- 웹하드순위
- Apache
- JSON
- UTF-8
- string
- curl
- composer-php
- 전략
- post
- Ajax
- MySQL
- Linux
- JavaScript
- Arrays
- function
- 경영
- HTML
- Laravel
Archives
- Today
- Total
개발! 딱 깔끔하고 센스있게!
오류 메시지 표시 PHP Mysql 본문
나는 마지막 두 개의 echo 작업을 할 수 없습니다.
검색 실패에도 성공을 표시합니다.
만약 어떤 사람이 이 코드에 어떤 건의도 개선할 필요가 있다면 어떤 줄에서든지!
Success"; echo "Your account password was successfully changed. Please click here to login.
"; } else { echo "Error
"; echo "Sorry, but a field was incorrect.
"; } } ?>
미리 감사합니다!
대답
mysql_query("UPDATE users SET PASSWORD='$password' WHERE id='$id' AND username='$username' AND answer='$answer'") or die(mysql_error()."update failed");
사용하다
mysql_affected_rows() Returns the number of affected rows on success, and -1 if the last query failed.
'개발 스크랩 메모 > PHP' 카테고리의 다른 글
PHP 객체를 배열처럼 동작하게 하시겠습니까? (0) | 2020.11.21 |
---|---|
Laravel 프로젝트 를 만 들 수 없습니다. mcrypt 확장 이 부족 하기 때 문 입 니 다. (0) | 2020.11.21 |
PHP 인 코딩 모드 되 돌리 기; switch / case 에서 (0) | 2020.11.20 |
PHP 폼 토큰 사용 및 처리 (0) | 2020.11.20 |
구문 분석 오류 : 유효하지 않은 숫자 리터럴 (0) | 2020.11.20 |
Comments