Ticket No. | Asunto | Nombre | Categoria | Prioridad | Estado | Fecha de Creacion | Resolucion Estimada | |
echo $ticket["ID"]; ?> | echo "".stripslashes($ticket["Subject"]).""; ?> | echo stripslashes($ticket["User"]); ?> | if ($ticket["Category"] == NULL) { echo "NULL"; } else { echo $ticket["Category"]; } ?> | if ($ticket["Priority"] == NULL) { echo "NULL"; } else { echo $ticket["Priority"]; } ?> | echo $ticket["Status"]; ?> | echo $ticket["Date_Added"]; ?> | echo $ticket["Date_Ending"]; ?> |