Not at all.. you helped a lot
by the way now i can use the xml just as before right?
check this example.. http://pastie.org/344430
the output are the following in asd1.text the xml file .. complete one http://pastie.org/344420 in asd4.text its 0 not 3
ok this worked fine http://pastie.org/344420
You’re brillent. This is why all my methods didn’t work.. its not reading it as xml.
now all what i have to do is agin the functions.. hopefully it will work
i will try what u asked now cause my i posted u posted but u were faster
thxs..
by the way tried it.. same problem:D
waiting for your solution
sanju1979 no thanks the file is all built its just a small bug and i am sure we will find the error.
pandK when i excute the php file without the flash it works. SO php file is working.
Thus php file is not excuted. But i even tried loading an xml file.
loadVars.sendAndLoad(“products.xml”, loadVars, “POST”); the same output.
I try loading a php file that echo’s only the xmll file.
If that works then their is a problem in my php file 
Its not working i tried your way however this is what I get http://pastie.org/344269
Flash isn’t reading the file correctly when using this method. I even changed the file to an xml file.. same out put!
For more info about my files here is a look at the php file : http://pastie.org/344270
The as code : http://pastie.org/344273
Hehe … my brain didn’t figure it out, so why noy use yours…
by the way sorry fir the (To) in the title.. I was in a hury.:)
why didn’t i think of it…. thanks a lot.. i will try it now
Guys i need your brains for a while…
I have a php file which connects to mysql and transform specific information to xml. In flash i load these xml via php. [ xmlfile.load( “products.php” ) ];
It works fine.
however i need to send to php the name of the table where the information are stored. this name will varry for each user.
How to send this variable to php? . I tried doing this method in flash;
xmlfile.load(“products.php?variable=value” ) and retreving it in php but it couldn’t be done.Maybe i mis-done it.
