Query The Online Discussion Group

Use this page to send a query to the online discussion group. You do not have to be a member of the group to post a query or comment, but you do need to be a member if you want to see any replies.

You may share code samples, but not complete class listings. For example, if a code block causes compiler errors, copy/paste the code block into your message and explain your error. If you see a question from another student that you can answer, please do attempt to do so.
 

Subject:
Query/Comment:
Your Email Address: confirm:
[ Send query/comment to the group | Reset | Cancel ] \n"; $mailheaders .= "Reply-To: cs61b@imail.eecs.berkeley.edu\n\n"; if (mail($to, $subject, $message, $mailheaders)) { echo("Message successfully sent!"); } else { echo("Message delivery failed..."); } } ?>

[ Home | Contact Prof. Burns ]