Http Request GET

Dear all

I am quite a new to php and shall appreciate some help.

I want to access an XML file and get data out of it by sending parameters in the query string. parameters like for example the tag name and get its value.

XML example:

1234 23.50

For example if I write the following query:
http://localhost/dir_name/file_name.php/Q?=product/product_price

I would get the 23.50 value on the html (web) page.

I know that this maybe the simplest of questions but I can’t figure out how to go about it. Some help please.

Thanks

johan

Sponsor our Newsletter | Privacy Policy | Terms of Service