Untitled
By: a guest | Mar 10th, 2008 | Syntax:
PHP | Size: 0.32 KB | Hits: 62 | Expires: Never
header('Content-type: application/vnd.oasis.opendocument.text');
header('Content-Disposition: attachment; filename="' . $this->viewVars['course']['title'] . '.odt"');
header("Content-Transfer-Encoding: binary\n");