commit | ed8e1f96bae4e56820979a6d971cee8066a3413d | [log] [tgz] |
---|---|---|
author | Andreu <andreuhuguet@gmail.com> | Wed Sep 18 22:26:04 2019 +0200 |
committer | Andreu <andreuhuguet@gmail.com> | Wed Sep 18 22:26:04 2019 +0200 |
tree | cfeda35ef9dacbfe1ce6e1a42e96d28a61d7dd9f | |
parent | 0b2f84311c112963ffe3d1f113a15b35c17e0201 [diff] [blame] |
VersiĆ³ funcional al localhost
diff --git a/index.php b/index.php index 9f363ab..9c018c3 100644 --- a/index.php +++ b/index.php
@@ -24,6 +24,7 @@ <script> $.post("./php/getusers.php", function(data, status){ $("#list").html(data); + console.log(data); }); </script> </body>