diff options
Diffstat (limited to 'sourcecodes/keyval_error.php')
| -rw-r--r-- | sourcecodes/keyval_error.php | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sourcecodes/keyval_error.php b/sourcecodes/keyval_error.php new file mode 100644 index 00000000..4cf97c33 --- /dev/null +++ b/sourcecodes/keyval_error.php @@ -0,0 +1,27 @@ +<?php + +$key=$_POST["My_key"]; +if($key=="") + $key="ab";//uniqid(""); + +include("header_new.inc"); +?> + +<!-- Site navigation menu --> +<ul class="navbar"> + <li><a href="bn_file_load_gom.php">Learn a network model from data</a> + <li><a href="home_upload.php">Make predictions using a known structure</a> + <li><a href="help.php">Help</a> + <li><a href="faq.php">FAQ</a> + <li><a href="home.php">Home</a> + + +</ul> + +<div id="outer"> +<!-- Main content --> +<br> +<h1>There was an error in an input or network ID value. The network ID must be three characters and contain only upper and lowercase letters.</h1> +</div> +</body> +</html> |
