Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.01 KB | None | 0 0
  1. $html ='
  2.                              
  3.                                  for ($i>0; $i<$qtd; $i++) {
  4.                                   if($i>0){
  5.  
  6.                                  <div style="width: 210mm; height: 100mm; background: #fff; border:1px solid #ccc;">
  7.                                       <div style="text-align: center; color: #000;">
  8.                                            <h1 style="padding: 50px; font-weight: bold; font-size: 42px; color: #000;">NF '.$etiqueta_id['e_nf'].'</h1>
  9.                                            <h2>'.$etiqueta_id['e_destinatario'].'</h2>
  10.                                            <p style="padding: 20px; font-weight: bold; font-size: 42px;">0'.$i.'/'.$etiqueta_id['e_quantidade'].'</p>
  11.                                        </div>
  12.                                    </div>
  13.                                    <br />
  14.  
  15.                                }
  16.                              }
  17.                                  
  18.                                  ';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement