Browse Source

phphell debug output

me@helium 8 years ago
parent
commit
b54d4b220b
1 changed files with 7 additions and 0 deletions
  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>