Update doesn't work in CentOS 7

Permalink
My code is the following and What is wrong that update doesn't work in CentOS 7?

$p_update = Express::getEntry($rdo);
$p_update->setPno($_POST['txt1']);
$p_update->setPname($_POST['txt2']);
$p_update->setCy1($_POST['txt3']);
$p_update->setCy2($_POST['txt4']);

 
davidkham replied on at Permalink Reply
Please can anyone help me?
A3020 replied on at Permalink Reply
A3020
It has probably nothing to do with your CentOS version. It may have to do with your PHP version. In any case, do you get an error? What 'doesn't work'?
davidkham replied on at Permalink Reply
Thanks A3020

It was different mysql version