PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
i am trying to create an html form that it will be able to modify the content of an xml file, or add content to the xml file. this xml file is has certain information about various songs. the content added must also be validated with an xsd file.
here is the form. while i was trying to collect the data i found out that i might have a problem. using the code below i couldn't see any of my data i previously filled at the form. does anyone has an idea why?
I just copied your code exactly and it worked fine for me. How are you testing your code? You need to have a local server set up on your computer if you are testing it offline.
i have a local server but i dont know if it works as it should. anyway i changed the action value at the form to "http://127.0.0.1/test.php" and now it works. thank you