Anyone have some good examples of using PDF forms and parsing the form
using PHP? I've done some searching (ala google and manual) but all they
seem to mention is parsing a .fdf file. Seemingly when you use a PDF form
and set the action to a php script a file is still generated on the client
machine in the temp directory that inserts the context of the action taken
by the script it's sending the form data to. 

 For instance, I set a pdf form to pass the form data to a file called
pdfform.php on my server. The pdfform.php file parses the data then stores
it in a database. This works. From there the pdfform.php script sends the
user to my homepage. What happens from here is the page comes up but is
being called by a file on the local machine. The file po3426.html located
in my temp directory is actually made up of the source code for my
homepage. All I really want to do is yuse the data from the form and
continue on with my script. How do I go about that?

TIA,

Ed



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to