Best practice for storing information from a php script for future use
- by tRudgeF3llow
My employer uses forms to help people search for products. The product lists can change from time to time and the forms need to be updated again.
The product information can be accessed through a third party API which I started tinkering with, I've recently built a script that retrieves the information with PHP and creates and populates a form…