Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 22nd, 2012  |  syntax: None  |  size: 0.44 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to display the result as a vertical list for this code?
  2. $a= array(implode(", ", $_GET["choice"]));
  3. echo "<table align="center">";
  4. echo "<tr><th>Questions selected </th></tr>";
  5.  
  6.  
  7.  
  8. while (list ($key, $val) = each ($a)) {
  9. echo"<tr><td>";
  10. echo " $val ";
  11. echo "</td></tr>";
  12.  
  13. }
  14. echo "</table>";
  15.        
  16. Questions selected :
  17. Explain how to produce the vector image
  18. List THREE of image file types or formats used in multimedia
  19.        
  20. $a = $_GET["choice"];