Contacting an API with PHP [closed]

webcragocha

New Member
Are there any good functions to use with contacting an API which requires an authentication key in plain text? The PHP needs to be able to send information to verify on the API side, as well as the API address, and key. Then the API will analyze it and produce an XML result. Any good functions for interpreting XML with PHP and putting it into variables which can then be written into a SQL database?
 
Back
Top