标签: php ajax
JAVASCRIPT
pokazSeanse(x){ [...] x = "2013-04-25"; xmlhttp.open("GET","main/seanse.php?termin="+x,true); xmlhttp.send(); }
seanse.php
$termin = $_GET['termin']; echo $termin;
它显示" 20132013"。我需要得到完整的日期
20132013