fac-15 / SELECTlunch

Book lunch app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why do you have the GET Data method within Post handler

jcharnley opened this issue · comments

commented

As these are two sperate functions to the dom, shouldn't they need to be in different handlers?

Nope! The POST data is both putting things in the database and bringing some back. That way we also only need one XML http request 😁