Jump to content

xml form help


jamiefoxx

Recommended Posts

Hello,

 

I want to create a form...i have been give an xml file and i need to create a form out of it...how do i go about it ?

 

Here is the sample xml form data , how do i create the form ?

 

 

<?xml version="1.0" encoding="utf-8" ?>
<applications xmlns="http://tempuri.org/MEMApplicationv1.xsd">
      <application>
        	<brokerCode>TEST</brokerCode>
            <PUBID></PUBID> 
        	<title>Mr</title>
        	<firstName>Minimum</firstName>
        	<middleName></middleName>
        	<surname>FieldsTest</surname>
        	<houseName>1</houseName>
        	<address>Road</address>
	<city></city>
	<county>Cheshire</county>
        	<postcode>SW10 1RE</postcode>
        	<dateOfBirth>01/01/1970</dateOfBirth>
            <phone1></phone1>
	<phone3>07789898989</phone3>
            <email>[email protected]</email>
            <employmentType>FT</employmentType>
            <employerName></employerName>
	<phone2>01323243434</phone2>
            <timeAtEmployer></timeAtEmployer>
        	<netMonthlyPay>5000</netMonthlyPay>
        	<payFrequency>1</payFrequency>
        	<payDate>11</payDate>
            <directDeposit>0</directDeposit>
            <cardType>SW</cardType>
        	<loanAmount>400</loanAmount>
	<accountNumber></accountNumber>
	<sortCode></sortCode>
      </application>
</applications>

 

 

Link to comment
https://forums.phpfreaks.com/topic/137381-xml-form-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.