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!
i am new to php basically i am inserting images into my databse and i want them to load in my browser in a specific layout such as three across and three down but i dont know how at the moment all it is doing is that it is inserting the image one below the other and so on can somebody please help
You probably shouldn't store the actual image itself, but the filename and path. Pulling images from a db constantly can get a bit slow, atleast slower than simple filenames.
Naz, I guess you didn't read throug the stickies in this board (General Discussion).. as there is one that specifically states this is not for code questions.
And yes, Phenom is correct, storing images directly in a database is usually a big waste of time and resources. There have been many threads on this subject here on DevNet, try searching for "+image +database +blob" or similar.