Akra’s DevNotes: Receiving input into a Slim 4 application

  • You are here: Free PHP » Uncategorized » Akra’s DevNotes: Receiving input into a Slim 4 application

A Slim 4 (and Slim 3) application receives data from three places: Any query parameters on the URL (the key-value pairs after the ?) The HTTP message's body (usually for POST and PUT) messages Parameters in the URL (such as the 3 in https://example.com/users/3 Within the application, these are a...

Powered by Gewgley