mostrar SQL en HTML

Mostrar datos SQL en HTML 3

<html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> </head> <body onload="init()"> <table class="table table-hover"> <thead> <tr> <th>idtienda</th> <th>nombre/th> <th>direccion</th> <th>cp</th> <th>provincia</th> <th>provincia</th> <th>provincia</th> <th>provincia</th> <th>provincia</th> </tr> </thead> <tbody id="datos"> </tbody> </table> <script type="text/javascript" src="modulos/clientes/clientes.js"></script> </body> </html>

Mostrar datos SQL en HTML 3 Leer más »

Scroll al inicio