Thanks John For the Great Help
Thank You So Much John :) I m so Happy that i learned so much for you. Your are Genius my friend. Pls Keep on Helping Like This.Thank you for the proper guidance you hv give. Now can u pls let me bit more abt PHP. Is it possible to create video from images and audio ? If yes then How ? I m Looking for this concept. Thanks in advance.
how to Fetch Dynamic images using PHP in xml
This is the code in PHP which is working fine.
mysql_connect("localhost","root","");
mysql_select_db("vidiful");
$result=mysql_query("select * from create_video where id=9");
if($result)
{
$row=mysql_fetch_array($result);
echo $row['musics'];
echo $row['images'];
echo $row['img2'];
echo $row['img3'];
echo $row['img4'];
}
But when i am Pasting the same code in XML is showing me Error Bdw. I m Proceeding with John First option with .htaccess file. Pls suggest me.