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

Untitled

By: a guest on Sep 15th, 2012  |  syntax: PHP  |  size: 0.54 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.  
  2. if($_POST['fakturaviapostnord'] == "yes"){
  3.  
  4. $message .=
  5. <tr>
  6.         <td><legend>E-post för faktura</legend><input type="text" value="<?=$_POST['fakturaviapostnord']?>" size="50" /></td>
  7.         <td><legend>Faktura via PostNord AB</legend><input type="checkbox" checkbox="yes" /></td>
  8. </tr>
  9.  
  10. }else{
  11.  
  12. $message .=
  13. <tr>
  14.         <td><legend>E-post för faktura</legend><input type="text" value="<?=$_POST['fakturaviapostnord']?>" size="50" /></td>
  15.         <td><legend>Faktura via PostNord AB</legend><input type="checkbox" /></td>
  16. </tr>
  17.  
  18. }