$insertdata = json_decode($insertdata, true);
$notice_title;$message;$notice_img;
foreach($insertdata as $value){
$notice_title = "hello";
}
echo $notice_title;
I am trying that notice_title “hello” when loop over
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
$insertdata = json_decode($insertdata, true);
$notice_title;$message;$notice_img;
foreach($insertdata as $value){
$notice_title = "hello";
}
echo $notice_title;
I am trying that notice_title “hello” when loop over