mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
min default auf 1
This commit is contained in:
@@ -62,12 +62,10 @@ require_once '../include/firma.class.php';
|
|||||||
<body>
|
<body>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
//$aktion = (isset($_GET['method'])?$_GET['method']:'');
|
$min = (isset($_POST['min'])?$_REQUEST['min']:'1');
|
||||||
//echo "method: $aktion";
|
|
||||||
$min = (isset($_POST['min'])?$_REQUEST['min']:'3');
|
|
||||||
$max = (isset($_POST['max'])?$_REQUEST['max']:'42');
|
$max = (isset($_POST['max'])?$_REQUEST['max']:'42');
|
||||||
|
|
||||||
echo ' <form action ="check_bestellung.php?method=suche" method="post" name="checkForm">
|
echo ' <form action ="check_bestellung.php" method="post" name="checkForm">
|
||||||
<table>
|
<table>
|
||||||
<tr><td>min (Wochen): </td><td><input type="text" name="min" id="min" value="'.$min.'"></td></tr>
|
<tr><td>min (Wochen): </td><td><input type="text" name="min" id="min" value="'.$min.'"></td></tr>
|
||||||
<tr><td>max (Wochen): </td><td><input type="text" name="max" id="max" value="'.$max.'"></td></tr>
|
<tr><td>max (Wochen): </td><td><input type="text" name="max" id="max" value="'.$max.'"></td></tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user