Introduction To PHP and the Infusionsoft API
This session covered:
- How to move information between pages and server using:
- $_GET
- $_POST
- $_REQUEST
- URL Encode() for forming query strings that contain non-ASCII characters
- Redirect to a new page using header()