我想将值填充到 html 标签 bij php Url post 原始代码是
<div class="addevent" data-event='{
"title":"Appointment titel",
"start":"2020/01/25 10:00",
"end":"2020/01/25 12:00",
"desc":"Description of appointment",
"location":"somewhere"
}'>
我试过这个:
"title":<?php $_GET['titel']?>,
我收到了值 bij url post
<?php $_GET['titel']?>
<?php $_GET['start']?>
等