Avatar of ucsdmbdm
ucsdmbdm

asked on 

Fetch URL content containing xml data in php

Hi,
I am trying to connect to a url requesting post variables which produces xml string based on the post variables. I would like to get the xml result and store it into a php variable. I tried CURL but nothing would load. Can somebody put a sample code showing how to connect to a page requesting post variables and store the page content into a php variable ? the following are the post variables the page requires:
LoginID=string&Password=string&strRequest=string


Thank you,
Ross
PHP

Avatar of undefined
Last Comment
ucsdmbdm

8/22/2022 - Mon