/[webpac2]/trunk/web/iwf/testers/iwfajaxpost.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/web/iwf/testers/iwfajaxpost.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 68 by dpavlin, Mon Nov 14 16:13:17 2005 UTC revision 69 by dpavlin, Sat Nov 19 23:48:19 2005 UTC
# Line 1  Line 1 
1  <?  <?
2  require_once('../php/iwf.php');  require_once('../php/iwf.php');
3    
4    $now = gmdate("D, d M Y H:i:s");
5    
6    header( "Expires: Mon, 20 Dec 1998 01:00:00 GMT" );
7    header( "Last-Modified: $now GMT" );
8    header( "Cache-Control: no-cache, must-revalidate" );
9    header( "Pragma: no-cache" );
10    
11  $iwf->popup($iwfTarget);  $iwf->popup($iwfTarget);
12  $iwf->startHtml($iwfTarget);  $iwf->startHtml($iwfTarget);
13  $iwf->pretty(true);  $iwf->pretty(true);
14    
15    echo "Generated on $now GMT<br/>";
16    
17  echo "<h1>GET</h1>";  echo "<h1>GET</h1>";
18    
19  foreach($_GET as $key => $val){  foreach($_GET as $key => $val){
# Line 21  echo $GLOBALS['HTTP_RAW_POST_DATA'] . "< Line 31  echo $GLOBALS['HTTP_RAW_POST_DATA'] . "<
31  $iwf->endHtml(true);  $iwf->endHtml(true);
32    
33    
 ?>  
34    ?>

Legend:
Removed from v.68  
changed lines
  Added in v.69

  ViewVC Help
Powered by ViewVC 1.1.26