On Mon, Dec 19, 2011 at 3:54 PM, Ken Kixmoeller (ProFox)
<[email protected]> wrote:
> On Wed, Dec 14, 2011 at 3:11 PM, Stephen Russell <[email protected]> 
> wrote:
>> I have a friend trying to do this and I have no idea how to do it in PHP.
>
> Not sure what you mean by "scrape", but if that means gather the
> contents of them, this is extremely easy. When a "submit" is executed,
> usually by a button, all of the contents of all of the controls are in
> an array called _POST. So, you gather the value of a specific control
> like:
>
>  _POST['txtLeftHandedToenail']
>
> Or you spin through the Post array with a foreach command.
----------------

My friend has all of the variables and text from them.  He can make N
# of strings to present on PDF what is intended.

How do you make or manufacture the PDF document in a PHP environment, wordpress.



-- 
Stephen Russell

901.246-0159 cell

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CAJidMYJb0==qpkqdozfmutq7fehmnh28nwx+mxmpqwaprm7...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to