Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/03/2012, 15:45
richi0417
 
Fecha de Ingreso: junio-2011
Mensajes: 8
Antigüedad: 12 años, 10 meses
Puntos: 0
Información Exportar datos de un div o table html a un PDF PHP

necesito saber como traer los datos de esta tabla o div

[URL="http://www.jeasyui.com/tutorial/dd/dnd2_demo.html"]http://www.jeasyui.com/tutorial/dd/dnd2_demo.html[/URL]

codigo del div y de la tabla html

Código:
<div class="cart">  
    <h1>Shopping Cart</h1>  
    <table id="cartcontent" style="width:300px;height:auto;">  
        <thead>  
            <tr>  
                <th field="name" width=140>Name</th>  
                <th field="quantity" width=60 align="right">Quantity</th>  
                <th field="price" width=60 align="right">Price</th>  
            </tr>  
        </thead>  
    </table>  
    <p class="total">Total: $0</p>  
    <h2>Drop here to add to cart</h2>  
</div>
necesito que el cliente seleccione lo que desea y alla un boton para imprimir su factura, los PDF los estoy creando con la libreria class.ezpdf.php

espero me puedan ayudar