media @ VU
[] readme course(s) preface I 1 2 II 3 4 III 5 6 7 IV 8 9 10 V 11 12 afterthought(s) appendix reference(s) example(s) resource(s) _

talk show tell print

enquete.php



  <?php
  course="multimedia applications, tools and technologies";
  year="";
  mailto="eliens@cs.vu.nl";
  url="http://www.cs.vu.nl/~eliens/imm/index.html";
  ?>
  <html>
  <head>
  <title><?php echo "enquete course year"; ?></title>
  </head>
  <body background=@body.gif text=black link=black vlink=black>
  <h4><?php echo "enquete course year"; ?></h4>
  <p><p>
  <?php
  location = "url";
  
  message = " 
  subject=subject
  <br>student=student
  <br>email=email
  <br>applications=applications
  <br>tools=tools
  <br>technologies=technologies
  <br>remarks=remarks
  <br>project=true
  " ?>
  <?php
  text = " 
  
  student, email 
  <br>
  inhoud
  <br>
  presentatie
  <br>
  relevantie
  <br>
  practicum
  <br>
  remarks
  </font>
  " ?>
  <?php if ( mail("mailto","subject",message,
  "From: email\r\n"
  ) ) {
  ok = "true"; } else { ok = "false"; } ?>
  
   
  <?php
  if (strstr(ok,"true")) {
  echo "Thank you. Your message has been succesfully submitted to mailto.";
  } else {
  echo "An unknown error has occurred.
"; echo "Try again or copy your message and send it to "; echo "mailto:

"; echo message; } ?> <h4 align=right> <a href="index.html"><font color=red>index</font></a></h4> </body> </html>



(C) A. Eliëns 21/5/2007

You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.