/[inncomm]/debug.inc
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /debug.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (vendor branch)
Wed Nov 29 14:29:27 2000 UTC (23 years, 4 months ago) by dpavlin
Branch: DbP, MAIN
CVS Tags: r0, HEAD
Changes since 1.1: +0 -0 lines
first, semi-working version

1 dpavlin 1.1 <?
2     echo "<hr>get:";
3     while (list($var, $value) = each($HTTP_GET_VARS)) { echo "$var = $value<br>\n"; }
4     echo "<hr>post:";
5     while (list($var, $value) = each($HTTP_POST_VARS)) { echo "$var = $value<br>\n"; }
6     echo "<hr>vars:";
7     while (list($var, $value) = each($GLOBALS)) { echo "$var = $value<br>\n"; }
8     echo "<hr>";
9    
10     ?>

  ViewVC Help
Powered by ViewVC 1.1.26