I am SOOPER NOOB and not too sure I understand much of what I have done. I currently have succefully created (by reading tutes) a login page that stores the collected data into a table. I have a second table that I want to upload images or small movies to. This is for a physical analysis from a doctor, nothing x-rated going on here. I have also succefully created the upload page the put the images into a seperate table and I can also display them in an HTML page. All good so far.
Now I need to grasp how to make the two work together. When a user is logged in, how can I recall ONLY information belonging to THAT user from the second table and display it within their page?
The images are stored in a db table, not uploaded to a folder with a path being stored in a table. When I tried to use that second method, I kept getting error message that I think had to do wtih permissions. I did change the persmissions to 777 but still no go. So I was able to make it work with the uploads going to a db instead of a folder.
I think I am close to grasping this, but just can't quite get it. I need the users page - once logged in - go include the file name somehow in the URL so the correct image in displayed - I know to use the ?id=(id numer) at the end of the URL string to recall the image, but how can I automate that?
Hope that makes sense, and thanks to anyone that can help.
I can provide links to live working stuff that I have compelted so far if needed.