Link to home
Start Free TrialLog in
Avatar of Thanks-in-advance
Thanks-in-advance

asked on

How to Create and Read XML Data in PHP

Hello,

I need to submit some information (say, employee_id, employee_first_name, and employee_second_name) to a URL. In return the page would receive data in XML format.

Can you please guide me as to how to create a XML object in PHP to pass it on to the URL? Also, please let me know how to read back the data given in XML format. Piece of source code would be of good help.

Regards,
Thanks-in-Advance


Avatar of Roonaan
Roonaan
Flag of Netherlands image

Firstmost question: Which php version are you using?

Kind regards

-r-
Avatar of Thanks-in-advance
Thanks-in-advance

ASKER

PHP 4.3.4.
ASKER CERTIFIED SOLUTION
Avatar of Roonaan
Roonaan
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial