Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

login and register system using xml (help)

Status
Not open for further replies.

dnelson3001

Technical User
Jul 27, 2011
1
GB
hi

I am a web developer that been asked by a client to create a login and register system that uses XML to pulls data from a external server.

i know hmtl, php and php

the login and register system is for a loyalty card. i have already create the website. the client want the loyalty card holder to be able to go to the website click on the login button enter their card number and password then be taken to the next page that displays only their name, card number and points earned.

the client was given a xml codes to choose from, what do they want to display and they choose to displays only loyalty card holder name, card number and points earned.

that xml was given to them by the company that manages the loyalty card transactions.

example of xml code:

the code in code is the code that the client wants to pull out
this is only some of the code provided
Account History

<AccountHistory>
<standardHeader>
<requestId>string</requestId>
<localeId>string</localeId>
<systemId>string</systemId>
<clientId>string</clientId>
<locationId>string</locationId>
<terminalId>string</terminalId>
<terminalDateTime>string</terminalDateTime>
<initiatorType>string</initiatorType>
<initiatorId>string</initiatorId>
<initiatorPassword>string</initiatorPassword>
<externalId>string</externalId>
<batchId>string</batchId>
<batchReference>string</batchReference>
</standardHeader>
<account>
<accountId>string</accountId>
<pin>string</pin>
<entryType>string</entryType>
</account>
<report>
<type>string</type>
<minimumDate>string</minimumDate>
<maximumDate>string</maximumDate>
<offset>string</offset>
<maxRecords>string</maxRecords>
</report>

</AccountHistory>
<EOF>

is it a good idea to follow this:

Build a Login and Registration System with XML


please help
thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top