php에서 db에 datetime으로 insert하는 법
예제인데요.
$date=date('YmdHis',time());
$dbinsert = pg_exec($dbconn,"insert into stf002 values('$id','$date')");
여기에서 에러나요
제 생각에는 php포멧하고 디비 포맷형식이 다른 것 같은데
어떻게 바꿔주면 좋을까요....