I want to track when certain data points change in a record.
PHP Code:
$sql_begin=$sql_begin.', edate, flag_edate'; $sql_end=$sql_end.', "'.($value->edate).'" ,'.$_SERVER['REQUEST_TIME'];
Error message
Quote:
|
Fatal error: Function name must be a string in C:\Program Files\EasyPHP 3.0\www\My Websites\Fat Cat\parse_md4c6.php on line 235
|
Am I using the correct function here. i also tried getdate() but did not work. I am just trying to return the system date so that I can indicate which bits of record have changed since last reviewed.
|