瀏覽代碼

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>