XML feed and response

From: Gary Quiring (gquiring_at_msn.com)
Date: 12/16/04


Date: Thu, 16 Dec 2004 17:58:33 -0500

I am a newbie to PHP and HTML. I need to recieve an XML string from
an outside source that in turns needs to be parsed to read a record
from a database and then return the answer. I have successfully
installed PHP 5 (Fedora Core 3) and recompiled it for my Informix DB.
I am able to query the DB using SQL commands and it works.

What I don't get (because I am not knowledgable in HTML) is how to
receive this string of data. I bought a book (PHP 5 Bible) and have
been reading about forms. Is the $_POST command what I need to use?
Once I get this XML string in PHP I think I can handle this until I
have to send back the result. I am guessing another $_POST command?

Also how could I simulate sending this request?

Thanks
Gary



Relevant Pages

  • Re: [PHP] Cleaning up my messy code
    ... Then I'd look at a template system or use XSLT and CSS (my preference ... So I made a class to return an xml string from a database query ... > PHP ... > advice for organization and framework when developing a larger app. ...
    (php.general)
  • Re: XML feed and response
    ... >> I am a newbie to PHP and HTML. ... >> an outside source that in turns needs to be parsed to read a record ... >> Once I get this XML string in PHP I think I can handle this until I ...
    (comp.lang.php)
  • Re: XML feed and response
    ... "Gary Quiring" wrote in message ... > I am a newbie to PHP and HTML. ... > Once I get this XML string in PHP I think I can handle this until I ...
    (comp.lang.php)
  • Re: Kicking out XML from PHP
    ... where the variables are concatenated on the $xml string. ... Finally close the XML file with the and write the string ...
    (alt.php)
  • Re: How do we get there from here?
    ... > then sub the whole of that generated markup into the template? ... layed out on the fly, a simple IMG tag, or even an entire HTML document. ... PHP scripting provides 10 times the features of both of these ... idea as tokens can eliminate a huge amount of maintance, ...
    (comp.databases.pick)