Believe it or not it takes 3 months for me to figure out how to make this things out! 믿거나 말거나, 나를 위해 걸리는 3 개월이 물건을 만드는 방법을 알아낼 아웃!
Basically Drupal CMS allow us to put PHP code inside every admin post. 기본적으로 Drupal - cms 수 있도록하는 데 게시물에 코드 안에 모든 관리합니다. Posting code below will output exactly as file with .php extension using 아래 코드의 출력은 정확하게 파일을 게시합니다. php 확장자를 사용하여
eval() function. 평가 () 함수를합니다.
<?php <함수
phpinfo(); phpinfo ();
?>
The results will output phpinfo() information on the posted articles… of course you may use another functions like date() , strtoupper() or what ever. 그 결과의 출력은 phpinfo () 정보를 게시 기사를… 물론 또 다른 기능을 사용하실 수있습니다 같은 날짜 (), strtoupper () 또는 어느합니다. The great things was we also could execute SQL command trough any post. 위대한 것들은 구조화 질의어 명령을 골짜기 또한 모든 게시물 수있습니다. See the sample code below… 아래 샘플 코드를 참조하십시오…
<?php <함수

