# Mysql\>php\>xml\>flash, i think i got the problem worked out, i just want comfirmation

**URL:** https://forum.kirupa.com/t/mysql-php-xml-flash-i-think-i-got-the-problem-worked-out-i-just-want-comfirmation/210435
**Category:** Uncategorized
**Created:** [December 18, 2006, 7:49pm UTC](https://forum.kirupa.com/t/mysql-php-xml-flash-i-think-i-got-the-problem-worked-out-i-just-want-comfirmation/210435 "2006-12-18T19:49:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mxdirector](https://avatars.discourse-cdn.com/v4/letter/m/9e8a1a/32.png) [@mxdirector](https://forum.kirupa.com/u/mxdirector)
#### Post date: [December 18, 2006, 7:49pm UTC](https://forum.kirupa.com/t/mysql-php-xml-flash-i-think-i-got-the-problem-worked-out-i-just-want-comfirmation/210435/1 "2006-12-18T19:49:46Z")

</div>

hello again, i am here to once again pick your brains here on kirupa.

a few days ago i tried my hands on mysql, and now i understand it.  
ive made a mysql file work, finially.

i am doing this tutorial  
[http://www.creativecow.net/articles/brimelow\_lee/php\_mysql/php\_mysql\_flash.html](http://www.creativecow.net/articles/brimelow_lee/php_mysql/php_mysql_flash.html)

basically you make a mysql file, then using php you convert that in to a xml file whcih then can be manipulated by flash, simply by displaying the list.

now my version doesnt work, but i think thats mainly because im on a free service which means what should be a xml file becomes php.

heres my xml file- [http://peaphi.100webspace.net/products.php](http://peaphi.100webspace.net/products.php)  
i know it says php, but flash flash thinks its xml.  
now if you look at the page source it looks alot different from what it should be  
which is-  
\<?xml version=“1.0”?\>  
\<products\>  
\<item\>beach ball\</item\>  
\<item\>lawn chair\</item\>  
\<item\>hammock\</item\>  
\<item\>electric razor\</item\>  
\<item\>coffe machine\</item\>  
\<item\>organizer\</item\>  
\</products\>

heres my flash file whcih should display the list- [http://peaphi.100webspace.net/](http://peaphi.100webspace.net/)

now im guessing the reason it doesnt work is due to the banner on the php file, although i just want comfirmation

thank you for any help.
