Jump to content

editing xml with php


132591

Recommended Posts

would if work if I did something like this?

<?php[code]<?php $tag = <tag>this is a tag</tag>$fp = fopen("foo.xml", "w");fwrite($tag, $fp);

would this actually add "<tag>this is a tag</tag>" to the file? I know I ask noobish questions

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...