Error404, valeu mesmo mais não to conseguindo olha meu codigo todo de cadastramento de tarefa e este: <?php //Connection statement require_once('../Connections/gerenciador.php'); //Aditional Functions require_once('../includes/functions.inc.php'); // build the form action $editFormAction = $HTTP_SERVER_VARS['PHP_SELF'] . (isset($HTTP_SERVER_VARS['QUERY_STRING']) ? "?" . $HTTP_SERVER_VARS['QUERY_STRING'] : ""); if ((isset($HTTP_POST_VARS["MM_insert"])) && ($HTTP_POST_VARS["MM_insert"] == "form1")) { $insertSQL = sprintf("INSERT INTO tarefa (respon, prioridade, referente, tarefa, dia, mes, estado, detalhes) VALUES (%s, %s, %s, %s, %s, %s, %s, %s)", GetSQLValueString($HTTP_POST_VARS['respon'], "text"), GetSQLValueString($HTTP_POST_VARS['prioridade'], "text"), GetSQLValueString($HTTP_POST_VARS['referente'], "text"), GetSQLValueString($HTTP_POST_VARS['tarefa'], "text"), GetSQLValueString($HTTP_POST_VARS['dia'], "int"), GetSQLValueString($HTTP_POST_VARS['mes'], "text"), GetSQLValueString($HTTP_POST_VARS['estado'], "text"), NOW($HTTP_POST_VARS['detalhes'], "text")); $Result1 = $gerenciador->Execute($insertSQL) or die($gerenciador->ErrorMsg()); $insertGoTo = "../tarefa.php"; if (isset($HTTP_SERVER_VARS['QUERY_STRING'])) { $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?"; $insertGoTo .= $HTTP_SERVER_VARS['QUERY_STRING']; } KT_redir($insertGoTo); } //PHP ADODB document - made with PHAkt 2.4.0?> ai ta o codigo tentei botar em NOW($HTTP_POST_VARS['detalhes'], "text")); da erro Parse error: parse error, unexpected T_STRING, expecting '(' in c:\documents and settings\pablo\meus documentos\easyphp1-7\www\gerenciador\untitled-1.php on line 1