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']);
$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']);
Please can anyone help me?
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'?
Thanks A3020
It was different mysql version
It was different mysql version