KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Retrieving values posted with a FORM ACTION
PRODUCT: 4D | VERSION: 6.7 | PLATFORM: Mac & Win
Published On: March 12, 2002

When receiving a Web connection, you may want to retrieve values posted with a FORM ACTION. You can retrieve these values only if the URL starts with /4DACTION, /4DCGI, or /4DMETHOD. You may retrieve these values using the variable names defined in the HTML page or using the GET WEB FORM VARIABLES command, which returns the name of the variables and their values into 2 arrays.