소스 검색

phphell debug output

me@helium 8 년 전
부모
커밋
b54d4b220b
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      TemplateEngine/phphell.php

+ 7 - 0
TemplateEngine/phphell.php

@@ -57,6 +57,13 @@
 			</table>
 			<a href='?logout=true'>Выйти</a>
 		<?php endif; ?>
+		<pre><?php print_r(array("newUser" => $newUser, "passwordRight" => $passwordRight, "login" => $login)); 
+				  print_r($_SESSION); 
+				  print_r($_POST); 
+				  print_r($_GET); 
+				  //отладочный вывод для понимания
+			?>
+		</pre>
 	</body>
 </html>