noalyss Version-9
repost.php
Go to the documentation of this file.
1<!DOCTYPE html>
2<!--
3Copyright (C) 2014 Dany De Bontridder <dany@alchimerys.be>
4
5This program is free software; you can redistribute it and/or
6modify it under the terms of the GNU General Public License
7as published by the Free Software Foundation; either version 2
8of the License, or (at your option) any later version.
9
10This program is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13GNU General Public License for more details.
14
15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18-->
19<html>
20 <head>
21 <title>TODO supply a title</title>
22 <meta charset="UTF-8">
23 <meta name="viewport" content="width=device-width, initial-scale=1.0">
24 </head>
25 <body>
26 <?php if (isset($_POST['go'] ) ) :
27 var_dump($_POST);
28
29 ?>
30 <script>
31 var new_loc=window.location.href;
32 window.location.href=new_loc;
33 </script>
34
35 <?php endif; ?>
36 <form method="POST">
37 <input type="text" name="text" value="Test" />
38 <input type="submit" name="go" value="go">
39 </form>
40 </body>
41</html>
$anc_grandlivre to
$from_poste name
$input_from type
Definition: balance.inc.php:65
else $card content[$j]['j_montant']
$anc_filter title
$_POST['ac']
Definition: do.php:310
endif
Definition: repost.php:35