Reaper0167 Posted February 6, 2009 Share Posted February 6, 2009 ok, here it is. i have a db with table that consists of pics, description and the username of who uploaded. i would like each user to view a page that shows which pic they uploaded. so i think i need to find all the images in the database with the field of their username. right? any ideas Quote Link to comment Share on other sites More sharing options...
peranha Posted February 6, 2009 Share Posted February 6, 2009 yeah that sounds right. SELECT * FROM table WHERE username = "$username"; Something like that. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.