<?php
header('Content-type: text/plain');
if (!$_POST && !$_GET) { print "\nhello\n";}
if ($_GET['test'] || $_POST['test'] ) {
print_r($_POST);
print_r($_GET);
}
?>
Blog Archive
-
►
2011
(19)
-
►
June
(7)
- In list of numbers, find each pair that equals 100...
- Binary search in Perl, using CGI.pm and Ajax
- python: generate list of random alphnumeric string...
- View source of a malware website: http://bzowwjcr....
- Java: Write to File: Copy Bytes: Copy Music
- aLife cellular automata with sound output
- ascii to hex converter. useful for iwconfig key pa...
-
►
June
(7)
Thursday, December 3, 2009
PHP Content-type: text/plain for Ajax
Subscribe to:
Posts (Atom)