Error message help
Posted: Mon Dec 09, 2002 3:27 pm
Does anyone know what the error
means? The line referred to is the last line in the file. Here is the last few lines in the file.Parse error: parse error, unexpected $ in /usr/wwws/users/faog/staffpages/mediadb_dist_fns.php on line 215
Code: Select all
function dist_order_complete($form_vars)
{
$cdate = date("Y-m-d H:i:s", strtotime("now"));
$query = "UPDATE orders SET completed = '".$cdate."' WHERE rid = '".$form_varsї'mitem']."'";
$result = query_db($query, "2");
}
?>