Image move

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!

Moderator: General Moderators

Post Reply
sarbas
Forum Commoner
Posts: 64
Joined: Thu Jan 04, 2007 5:51 am

Image move

Post by sarbas »

hi buddy

now i am going to work in image move technique.i have some doubt

which method is so faster to get images
1) Images to move one folder
or
2) images to move database

above two method which is best way and which one is good for rework(edit,update)

Thanks With Regards
Basheer
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Image move

Post by pickle »

It's much better to store images in the filesystem and not the database. Do some searching on these forums - this question has been asked and answered many times before.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply