Okay, I want to create a system that will display different forms that I have.
I want to save each form individually in an external file and load them from a main file. Like loading an XML file.
I want to do it this way to make it easier to add new forms.
Would it be possible to save the HTML for each form into a XML file or another type of file, then read it and have it display the code?
I was thinking XML files would have problems storing HTML code because of the tags.
I want to save each form individually in an external file and load them from a main file. Like loading an XML file.
I want to do it this way to make it easier to add new forms.
Would it be possible to save the HTML for each form into a XML file or another type of file, then read it and have it display the code?
I was thinking XML files would have problems storing HTML code because of the tags.