Search results

  1. B

    Business Trip - Running Away From Home?

    Me(15 years old) and a friend(17) of mine have been planning on going to my grandparents house (4 hours away) during spring break. We've been planning this for over three months. I emailed my dad asking him i i could go up there (parents divorced) and he responded asking me a bunch of questions...
  2. B

    Saving multiple variables as txt file with php?

    I need to save multiple $variables (three to be exact) $title, $description, and $content. I need to save all three to one txt file using php. I also need ot be able to open the file back up with php and use all three $variables again. They go in as $title, $description, and $content they need...
  3. B

    how to get one item out of xml with php?

    I need to figure out how to select one item out of an xml document with multiple items. Then from that one item, set each child node as a php variable. I am having trouble selecting one item to get the child nodes. right now all i can do is print child nodes from all items. I only want to assign...
Back
Top