-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
convierte clientes.php en restful #18
base: practica-modulo3
Are you sure you want to change the base?
convierte clientes.php en restful #18
Conversation
agrego un archivo para levantar la tabla en mysql y cargar todos los clientes del json.
…lo funcionaba si se tenia el .json
borro condicion que detectaba cuando ya no habia mas clientes y bloqueaba el boton de busqueda porque ahora se pueden agregar clientes una vez vacia completamente la base de datos
index.html: agrego alerts para la pestaña de nuevo cliente
…final de ambas listas clientes.php: faltaban comprobaciones de que algunos inputs sean numeros
<?php | ||
|
||
if (empty ($_SERVER ['REQUEST_METHOD'])) { | ||
header ('HTTP/1.1 401 Unauthorized'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
400 es Bad Request 😉
|
||
$("a#boton_submit").click(function() { | ||
$.post( 'clientes.php', | ||
$("form#myForm").serialize() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haciendo esto la información no viaja en JSON, pero no importa, dejalo así. Yo también lo hice así, sólo quería contarte.
@dragonnegro78 bueno, tenés banda de tarea para hacer, pero fijate que la mayoría de las cosas fueron comentarios perfeccionistas. Está muy bueno, te felicito. @ToadMaster @alvarezhm Aprendan, giles. |
Re que lea solo me marco mas comentarios que en cualquier otro PR entre todos. |
No description provided.