We need both your name and email."; }//if !NAME !EMAIL else{ $TS=date('Y/m/d-H:i:s',strtotime("now")); $txt=$ws."|".$TS."|".$WS[$ws]."|".$NAME."|".$ADDR."|".$PHONE."|".$EMAIL."|"; saveData($txt); sendEmail($NAME,$ADDR,$PHONE,$EMAIL); echo ""; }//end else }//end if WORKSHOP ?>
REGISTRATION
Masterclass Poetry Workshop
The Poem as Collaboration with Song, Story, Spirit, History,
Prayer, and More...

Saturday, March 11, 2017
12:30 p.m. to 4:30 p.m.

Workshops are available on a first come, first served basis. To reserve a place, please send a donation of $100 and your place will be reserved.

PAYMENTS can be made through PAYPAL, or checks can be mailed to Festival of Words, P.O. Box 252, Grand Coteau, LA 70541

Save your spot now. We have seats left.
Name
Address
Phone
Email

Sorry, we're full!

Admin.
","\n",$str); $str=str_replace("\r","
",$str); $str=str_replace("\n","",$str); $str=str_replace("\"","'",$str); //workaround for \" $str=str_replace("\'","'",$str); //workaround for \' return $str; }//end fixChars function sendEmail($NAME,$ADDR,$PHONE,$EMAIL){ $FROM="from: FoW_Workshops@brucesnow.us"; $textAddr="3372549695@txt.att.net"; //Patrice's phone $emailAddr="festivalwords@gmail.com"; $textMsg="NAME=$NAME\nAddress=$ADDR\nPhone=$PHONE\nE-mail=$EMAIL\nWorkshop=Bourque"; $emailMsg="NAME=$NAME\nAddress=$ADDR\nPhone=$PHONE\nE-mail=$EMAIL\nWorkshop=Bourque"; // $emailMsg=$emailMsg.$WS[$ws]; $emailMsg=$emailMsg."\r\nhttp://c-bruce-snow.com/OTHER/FESTIVALOFWORDS/DOCS/getBourqueWorkshop.php"; $subject="Resrvation for Bourque Workshop"; if ($TESTING!=1){ mail($textAddr,$subject,$textMsg,$FROM); mail($emailAddr,$subject,$emailMsg,$FROM); }//end TESTING $textAddr="3372072715@vtext.com"; //Bruce's phone $emailAddr="FoW_workshop@brucesnow.us"; mail($textAddr,$subject,$textMsg,$FROM); mail($emailAddr,$subject,$emailMsg,$FROM); }//end sendEmail ?>