Hi, need sum help... [IMG]http://www.phpfreaks.com/forums/Smileys/default/huh.gif[/IMG]

I've created a php file which writes an xml file, and a web page which accepts user input into html buttons' values.

What I want to do now is take that information from the html buttons and use the values stored in the html buttons, and write them to the xml file.

Do you create php variables and assign them the values straight from the html controls?

How would I do this? anybody? [IMG]http://www.phpfreaks.com/forums/Smileys/default/embarrassed.gif[/IMG]...

Use the $_POST or $_GET super globals to get the information from HTML forms. (That's a good search term for your problem.)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.