about summary refs log tree commit diff
path: root/sourcecodes/input_check.php
blob: b3c0a421d921f16543bb1ec1ec6cc3158be8c06b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php $keyval=$_GET["My_key"]; ?>

<h3> <a href=<?php $d="./data/".$keyval."input_desc.txt"; print($d);?>>View variable descriptions</a></h3>
<br>

<br>

<?php
$filename="./data/".$keyval."continuous_input_orig.txt";
if(file_exists($filename)) 
{?>
<h3> <a href=<?php $d="./data/".$keyval."continuous_input_orig.txt"; print($d);?>>View uploaded data file</a></h3>
<br>
<?php
}
?>