Skip to content
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

Open
wants to merge 9 commits into
base: practica-modulo3
Choose a base branch
from

Conversation

dragonnegro78
Copy link
Collaborator

No description provided.

agrego un archivo para levantar la tabla en mysql y cargar todos los clientes del 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
@dragonnegro78 dragonnegro78 self-assigned this Nov 18, 2015
<?php

if (empty ($_SERVER ['REQUEST_METHOD'])) {
header ('HTTP/1.1 401 Unauthorized');
Copy link
Owner

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()
Copy link
Owner

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.

@leamarty
Copy link
Owner

@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.

@dragonnegro78
Copy link
Collaborator Author

Re que lea solo me marco mas comentarios que en cualquier otro PR entre todos.
Me saca las ganas de jugar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants