We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted by JoisFe March 5, 2023
<?php echo "hi"; ?>
<?php include "./a.php"; include "./a.php"; ?>
<?php include "./a.php"; include_once "./a.php"; ?>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Discussed in https://github.com/orgs/Programming-Language-Practice/discussions/66
Originally posted by JoisFe March 5, 2023
72. include와 require를 한 번만 호출하기
include_once와 require_once
include를 2회 사용한 예시
include_once를 사용한 예시
Reference
초보자를 위한 PHP 200제, 정보문화사, [김태영]
The text was updated successfully, but these errors were encountered: