PHP with XML

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aaronic
    New Member
    • Nov 2006
    • 11

    PHP with XML

    Need to use PHP to access XML Data. I want to list categories on my website and then display products once the category is selected.

    The only information I have is everything on this site:
    http://www.starline.co m/default.aspx?pg =webservices

    When I look up information on accessing XML through PHP I always need a .wsdl file. Can anyone help me or just lead me in the right direction?

    Thanks,

    Aaron
    aaron@aaacomps. com
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    You better have a look at the PHP XML functions. See the PHP documentation on this at PHP XML Functions

    This also includes a number of examples of parsing and usage.
    Ronald :cool:

    Comment

    • aaronic
      New Member
      • Nov 2006
      • 11

      #3
      Originally posted by ronverdonk
      You better have a look at the PHP XML functions. See the PHP documentation on this at PHP XML Functions

      This also includes a number of examples of parsing and usage.
      Ronald :cool:

      I have looked at that but the link I provided doesn't really co-incide with the details i need to run my php script.

      Comment

      • ronverdonk
        Recognized Expert Specialist
        • Jul 2006
        • 4259

        #4
        Are you telling me that PHP XML does not provide the functions you need?
        In that case you'd better show some (part) of the xml structure you want to convert and elaborate on what you exactly want to accomplish.

        Ronald :cool:

        Comment

        Working...