2020-04-20 UTC
# plut4rch called appropriately from the front-end, return a JSON response. For example, I might have, getmeetings.php, which when invoked with a GET request and several properties such as how many meetings to return, will access my database and return JSON as a response. And then I might have another script, like addmeeting.php, which performs a similar action. Does this seem like a pretty bad way to go about things? I know for