Converting XML into a Stream

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • archi
    New Member
    • Jun 2007
    • 2

    Converting XML into a Stream

    Hello,My name is archi.I am new to this forum.I need some help from you.I am dealing with a website,i need to add a form to the website which has textfields,drop boxes,textarea boxes and a submit button.I need to write a PHP program that captures the data entered into these boxes and create an xml.The xml is created using three basic (.dat) files which have wiki tags in it.
    When i enter the data in the form on the website and click the submit button,i should get a webpage in the website which has all the information entered,and in such a way as specified in three (.dat) files.Please help me.Could anyone please tell me how to convert xml into stream ?

    Thanks,
    Archi
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Changed thread title to better describe the problem (did you know that threads whose titles contain phrases such as 'i need help' actually get FEWER responses?).

    Heya, archi. Welcome to TSDN!

    The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

    Please read the Posting Guidelines and particularly the Coursework Posting Guidlines.

    Then when you are ready post a new question in this thread.

    MODERATOR

    Originally posted by archi
    Could anyone please tell me how to convert xml into stream ?
    You'll want to look at PHP's XML-parsing functions.

    Comment

    • archi
      New Member
      • Jun 2007
      • 2

      #3
      Hi pbmods,

      Thanks for your reply and suggestions.
      I attempted the program myself and i could generate the xml using the three (.dat) files.Now i need to write a php function that takes the xml as input and delivers webpage as an output.Please give me hints regarding this function.

      Thanks,
      Archi

      Originally posted by pbmods
      Changed thread title to better describe the problem (did you know that threads whose titles contain phrases such as 'i need help' actually get FEWER responses?).

      Heya, archi. Welcome to TSDN!

      The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

      Please read the Posting Guidelines and particularly the Coursework Posting Guidlines.

      Then when you are ready post a new question in this thread.

      MODERATOR



      You'll want to look at PHP's XML-parsing functions.

      Comment

      Working...