Witam,
potrzebuje wygenerowac baze produktow ze sklepu dla ceneo i skapiec do pliku xml
i na prawde nie wiem jak sie za to zabrac
tak wyglada forma z ceneo
prosze o pomoc bo na prawde nie wiem jak to ugryzc...
pozdrawiam.
<?php include('_mysql.php'); $dane = ' <?xml version="1.0" encoding="utf-8" ?> <data> <settings> <auto_play> <defaults symbol="circular" /> <tweenIn x="895" y="45" width="30" height="30" tint="0xFFFFFF" alpha="0.5"/> <tweenOver alpha="1"/> </auto_play> <prev_button> <tweenIn x="865" y="300" width="30" height="30" alpha="0" /> <tweenOver alpha="0" /> </prev_button> <next_button> <tweenIn x="895" y="300" width="30" height="30" alpha="0" /> <tweenOver alpha="0" /> </next_button> <prev_symbol> <defaults type="3" /> <tweenIn x="865" y="300" alpha="0.5" /> <tweenOver time="0.15" x="860" scaleX="1.1" scaleY="1.1" /> </prev_symbol> <next_symbol> <defaults type="3" /> <tweenIn x="895" y="300" alpha="0.5"/> <tweenOver time="0.15" x="900" scaleX="1.1" scaleY="1.1" /> </next_symbol> <description> <defaults round_corners="10, 10, 10, 10" heading_text_size="22" heading_text_color="0xfc9900" paragraph_text_size="13" paragraph_text_color="0xFFFFFF" /> <tweenIn x="200" y="240" width="560" height="90" alpha="0.15" /> <tweenOver alpha="0.3"/> </description> <transitions slicing="vertical" direction="down" duration="0.6" delay="0.2" cube_color="0x611811" /> </settings> <slides>'; $nazwa = $pobierz['nazwa']; $dane .= ' <slide> <url>rotator/'.$nazwa.'</url> </slide> <!-- changing transition between first & second slide --> <transition num="3" slicing="vertical" direction="down"/> '; } $dane .= '</slides></data>'; $file = "../config.xml"; ?>