Skip navigation

Share your Chifley Library memories

We'd love to hear your memories and experiences of the Chifley Library.

<% define('SUBID','V8O7rUEHktjDzCA5InxQ'); define('JSBUT', ''); define('T_MSG',' ANU Library Durack response

Chifley 50th memories

Name: __NAME__

Email: __EMAIL__

__STORY__

'); define('CONTACT','comms.library@anu.edu.au'); define('SUBJECT','Chifley Library memories'); define('HEADER',"From:ANU.Library\r\nReply-To: __REPLY__\r\n". "MIME-Version: 1.0\r\n". "Content-Type: text/html; charset=utf-8;\r\n\r\n"); print('

' .JSBUT. '
'); if(!empty($_GET['reset'])) { unset($_POST); } if(!empty($_POST)) { if(empty($_POST[SUBID])) { die(); } $text=str_replace(array('__NAME__','__EMAIL__','__STORY__'), array($_POST['name'],$_POST['email'],$_POST['story']),T_MSG); $header=str_replace('__REPLY__',$_POST['email'],HEADER); // print($header); // print($text); if(mail(CONTACT,SUBJECT,$text,$header)) { header("Location: http://library-admin.anu.edu.au/history/chifley50th/memories/share/response.html"); } } %>