Custom Functions
Custom Function for $_GET[]
If you’ve ever worked with Filemaker’s Insert From URL function, you may have experienced a situation where the external site you are working with insists on returning information as GET (as opposed to POST). This is a custom function that simplifies grabbing the variables returned and formatting them as JSON. Read more…