I have made da images upload by users to get it uploaded to a folder n etc etc..
Its like Picture which they upload gets saved on user_id..whne upload is done images get saved in folder like this
``upload images/<?php echo $_SESSION['user_id']; ?>/<?php echo $_SESSION['user_id']; ?>``
file is saved as in user_id number itself
So wat happen is 1st an folder of there user_id is created den images is saved in dat folder in his/her user_id number as images name.. so if user_id is 29 den folder luks like -
upload images/10/10.jpg
den if they upload again den it increments.
nw thr s a profile page i want thr uploaded picture to be displayed dr.. so please help me how to do dat..