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
- 전략
- date
- UTF-8
- OOP
- JSON
- Forms
- file-upload
- MySQL
- composer-php
- Session
- php
- JavaScript
- jquery
- Arrays
- function
- Apache
- Ajax
- 웹하드추천
- variables
- string
- Regex
- 무료다운로드쿠폰
- post
- 웹하드순위
- 경영
- Linux
- HTML
- curl
- Laravel
Archives
- Today
- Total
개발! 딱 깔끔하고 센스있게!
PHP 오류. - 다시 성명을 할 수 없습니다. [duplicate] 본문
This question already has an answer here:
- “Fatal error: Cannot redeclare
” 14 answers
나는 자바스크립트 함수 호출 PHP 스크립트를 가지고 있다.
지금까지 줄곧 괜찮다.
내가 이렇게 시도할 때 문제가 생길 수 있다:
$hike_id = mysql_real_escape_string($_GET['hike_id']);
연결 파일을 가져올 때 이 파일의 함수가 정의되면 오류가 발생합니다:
[Fri Jun 10 12:34:43 2011] [error] [client 75.24.105.18] PHP Fatal error: Cannot redeclare hassuspicioushackerstrings() (previously declared in /home/webadmin/comehike.com/html/connect.php:16) in /home/webadmin/comehike.com/html/connect.php on line 40
그것의 잘못은 스크립트에 연결된 함수이다.
하면, 만약, 만약...
include '../connect.php';
그리고 난 mysqlu realu escapeu string 함수를 사용할 수 없습니다.
그래서 나는 두 가지 선택에 졸려서 사용할 수 없다.
대답
include u ance './ connnect.php' 을 시도합니다.
이 파일만 포함할 수 있습니다.
'개발 스크랩 메모 > PHP' 카테고리의 다른 글
외부 php 파일에서 창 동작을 함수로 설정합니다 (0) | 2020.12.27 |
---|---|
PHP-SOAP 응답 중 데이터 해석 (0) | 2020.12.27 |
Php 오류 로그 작업 없음 (0) | 2020.12.27 |
AJAX 에서 PHP 출력 완충구 파일을 다운로드하는 중... (0) | 2020.12.27 |
PHP-ftp-put+Copy 전체 폴더 구조 (0) | 2020.12.27 |
Comments