在这个打击代码中,打印 $tarikh_sal 后我可以2012-10-27
正确看到,但在$.post
更改为 时1975
,我不会更改它。为什么?
php代码
echo $tarikh_sal; //->2012-10-27
if ( $khoms > 0)
{?>
<script>
$.post("actions.php",{ kh:<?php echo $kh;?> , tarikh_sal:<?php echo $tarikh_sal;?> , postaction:'sabte_kh'},
function(data){
alert(data.message);
},'json');
</script>
<?}
萤火虫:
kh=2397897533&tarikh_sal=1975&postaction=sabte_kh