Image gallery dynamically connected to database for updating images automatically .
How to display image gallery connected to database ? the image gallery which can add images dynamically from database .
If the number of images in database is increased then automatically photo gallery should reflect that .
I was able to write a php code ..but not getting table name , coulmn name , database usr pwd ... Please help
Here is the code i wrote
+++++++++++++++++++++++++
0) {
while($row = mysql_fetch_array($result)) { ?
width="100"
<?php }
}
++++++++++