I have an Adobe form (PDF) that I want users to fill out. I want to use a submit and a retrieve button. The submit will save the file to the server as a FDF file. The retrieve button will populate a saved form based on one of the fields typed in.
The problem I am having is coming up with the proper PHP scripting to make this work. All the examples I see use ASP and I want to use PHP.
I want the script to both save a file to a certain location and retrieve from that location.
If anyone is familiar with this or can direct me to some resources on this subject, I would greatly appreciate it.