Support Forum
Hi guys I was wondering if anyone could help me with this: I need to update a value of an array in my database .
Value is stored as :
a:1:{
i:0;a:9:{
s:15:"setor_atividade";
s:13:"MOBILIZAÇÃO";
s:14:"nome_atividade";
s:20:"Armação Fundação";
s:16:"atividade_status";
s:8:"INICIADA";
s:11:"data_inicio";
s:10:"20/02/2021";
s:8:"data_fim";
s:1:"-";
s:13:"data_previsao";
s:1:"-";
s:10:"data_pause";
s:1:"-";
s:9:"data_play";
s:1:"-";
s:14:"desc_atividade";
s:1:"-";}
and I need to swap the value from "INICIADA" to "PARALISADA" using php , is that possible?
thanks a lot