Besonderhede van voorbeeld: -4975757454683641076

Metadata

Author: WikiMatrix

Data

English[en]
Normally you can mix PHP and HTML code together in the same file, like this: <html> <head> <title>PHP Test</title> </head> <body> <!-- hh and html do not mix --> <?php echo '<p>Hello World</p>'; ?> </body> </html> This type of code is not supported by Hack; either XHP or another template engine needs to be used.
Korean[ko]
일반적으로 PHP와 HTML 코드를 같은 파일에 다음과 같이 혼재된다: <html> <head> <title>PHP Test</title> </head> <body> <!-- hh and html do not mix --> <?php echo '<p>Hello World</p>'; ?> </body> </html> 이러한 유형의 코드는 핵에 의해 지원되지 않는다.

History

Your action: