Skip to content

Tag Archives: little bit

What are good sites for learning CSS, XML, and Java?

I have taught myself html and it has made be want to learn more coding. I found a really good online class (free) that teaches CSS, XML, and java, but they are kind of assuming that you already know a little bit about the topics. I need a site that will teach me from scratch. [...]

How can I take user input and save it to an XML file in PHP?

I’d like to create a simple form in PHP where the user enters a little bit of information, which gets saved to an XML file on the server. This XML file should then be able to have the data in it read by PHP and manipulated… How would I do this?