File "b.php"
Full Path: /home/analogde/www/Ajax01/b.php
File size: 84 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
$a =isset($_POST['id1']); //?$_POST['id1']:'not yet';
echo $a ;
?>