PHP and PFD File Submitting
Moderator: General Moderators
-
littlemetz85
- Forum Newbie
- Posts: 10
- Joined: Mon Jul 23, 2007 5:23 pm
PHP and PFD File Submitting
Hi, I am creating a PDF form that will submit the data via http. I can't figure out the php code to accept the data and then save it on my server. I would like the data to come in as XML but any way it gets there would work. Thanks for your help.
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
The you could use the PHP DOM in order to parse and process the XML data.
-
littlemetz85
- Forum Newbie
- Posts: 10
- Joined: Mon Jul 23, 2007 5:23 pm
Have a look at the XML parser functions. There are some examples on that page as well.
Give it a go and if you get stuck let us know.
http://www.php.net/manual/en/ref.xml.php
Give it a go and if you get stuck let us know.
http://www.php.net/manual/en/ref.xml.php