jamiefoxx Posted December 17, 2008 Share Posted December 17, 2008 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>sample@memcapital.com</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> Quote Link to comment https://forums.phpfreaks.com/topic/137381-xml-form-help/ Share on other sites More sharing options...
premiso Posted December 17, 2008 Share Posted December 17, 2008 simple_xml That is where I would start. Quote Link to comment https://forums.phpfreaks.com/topic/137381-xml-form-help/#findComment-717818 Share on other sites More sharing options...
jamiefoxx Posted December 17, 2008 Author Share Posted December 17, 2008 thanks for the reply...am not a programmer so all that is like french to me, is there a way one would just show me a simple form layout baseed on xml....am a quick learner and i would appreciate that... Quote Link to comment https://forums.phpfreaks.com/topic/137381-xml-form-help/#findComment-717823 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.