PhP variables added to XML

This is a discussion on "PhP variables added to XML" within the PHP Forum section. This forum, and the thread "PhP variables added to XML are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 28th, 2006, 16:09
New Member
Join Date: Nov 2006
Location: Washington State
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Question PhP variables added to XML

Hi, first post here. Hope somebody can guide me.

History of question:
I'm working in Flash 8 pro and have an XML file I read from.
I want to be able to create an form that can create/add to my xml file from php variables declared in a flash application. I was told php might be able to help me.

Question:
Can you save php variables into an xml file on the server and if so, can they be saved in a certain order? If so, can somebody point me in the direction of a tutorial that may help?

Psuedo Example:

In Flash 8:
var: name = tom;

In PHP:
$firstName= $var.name;

Php variable then added to and saved in XML:
<person>
<firstName> tom</firstName>
// so variable <firstName> is always saved as childNodes [i][0]
</person>


Is this possible?
Reply With Quote

Reply

Tags
is this possible

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
i added a video page webdude Webforumz Cafe 16 Dec 5th, 2006 23:58


All times are GMT. The time now is 21:08.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43