>hello everyone--
>
>i'd like to know if this can be solved with php.
>
>i'll be creating a pdf form that'll be downloaded, filled and turned
>in.
>the form must have a unique NUMBER printed on it each time it is
>downloaded.
>
>i'd like to use php to update this NUMBER (ie. counter + 1) each time
If you can edit the PDF file and have access to acrobat then you can use
adobe's fdf format. Basically you just create a read-only text field on the
original PDF and use php to fill in the value for it every time it's loaded
here's some links
http://www.php.net/manual/en/ref.fdf.php
http://
2 matches
Mail list logo