Connecting Tech Pros Worldwide Help | Site Map

xform and php

  #1  
Old May 12th, 2006, 12:25 AM
Badbetty
Guest
 
Posts: n/a
Hello Fellows

I have an xml document created in a browser that I want to POST to some
php script, that then just echos the whole xml document back to the
browser.

Please can someone give me an idea of the php required to do this?

Sorry if it is a silly boring question, but I cannot work out how to do
it.

Thank you

  #2  
Old May 12th, 2006, 04:05 PM
C.
Guest
 
Posts: n/a

re: xform and php


Assuming you want something readable:

<?php htmlentities(print_r($_POST)); ?>

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Use of PHP to generate (X)HTML compliant forms from XForms Andrew Taylor answers 4 March 6th, 2007 10:25 AM
How to filter the words in HTML ? ChianHsieh@gmail.com answers 2 October 20th, 2006 08:45 AM
Server-side XForms processing with PHP jazzslider@gmail.com answers 9 October 18th, 2006 02:55 AM