PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
right ive created a imagetest table in phpmyadmin and added a image to it, i can view the first image however when i add another image i am having trouble viewing the 2nd image ie 'nokia' can anyone help? my code is as follows only OutBack image is displayed:
You can't send headers twice. If you really want to store images in a database and then output more than once you will need to start playing with php's image functions.
Far easier (and more efficient) would be to store images as images on the server and store the filenames in a database!
2. Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.
Infact, I would seriously recommend you read the forum rules (found in my signature), since you've already violated a couple of our rules on your first post. (thats ok as long as it doesn't happen again!)
i have to store the images on the database because that is the way i an trying to get it to work any more suggestions on how i can get it to display further images.