Hello.
I am trying to figure out how I would read these forms I made and have them converted into XML.
Is there a way for PHP to read a file and put out certain tags (like input tag) and use the name attribute for the <example></example> in XML. Then use the input from submission to put inside of that node.
While doing this, I do not know the names of the input, nor do I know the content. Preferably able to submit.
I am wondering if you know anyway how to do this. It would be very helpful.
And if you have ANY idea, please share it. I don't have to be stuck in this certain way. It is an open ended project.
I am trying to figure out how I would read these forms I made and have them converted into XML.
Is there a way for PHP to read a file and put out certain tags (like input tag) and use the name attribute for the <example></example> in XML. Then use the input from submission to put inside of that node.
While doing this, I do not know the names of the input, nor do I know the content. Preferably able to submit.
I am wondering if you know anyway how to do this. It would be very helpful.
And if you have ANY idea, please share it. I don't have to be stuck in this certain way. It is an open ended project.