tdebug get variable - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
(HTM) git clone git://src.adamsgaard.dk/cosmo
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 3d5f4abd4414ea235a9824a98123501051a98da8
(DIR) parent a0844aa8022f1bcf1727a559ba25d65373de68d3
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 17 Nov 2015 13:44:05 +0100
debug get variable
Diffstat:
M index.php | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/index.php b/index.php
t@@ -23,11 +23,13 @@ if ($_POST["g-recaptcha-response"]) {
// include top of html template
include('head.html');
-echo($_GET['example']);
if (isset($_GET['example']) && $_GET['example'] == 1) {
?>
-<script type="text/javascrip" src="js/history-form-prefiller.js"></script>
+<script type="text/javascript" src="js/history-form-prefiller.js"></script>
<?php
+} else {
+ echo("oh hi mark");
+ echo("'" . $_GET['example'] . "'");
}
if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) {