i have an image gallery which has XML file that stores static names for the images i want to modify the XML file, so that i can connect to the DATABSE and bring the images from there dynamically how can i do that please ? I would be much appreciate someone can help on this problem.
normally image files are not stored in databases. Pointers to the image files are stored in the database. It sounds like your xml files are already pointing to the image files. Do you want to store pointers in an online database? Q...
hi follow these steps 1.make a table having info of image path and other info which is showing via xml 2.make new php file 3.connect it to data base 4.fetch data from database 5.all data must be echo with in xml tags 6.call .php instead of .xml file