Creating a password protected area in a dynamic table
Hello! I'm slowly learning my way through PHP/MySQL and have been trying to figure out a solution for a website I'm working on. Basically, a person can search through a database of information (in this case, musical instruments that are for sale) but in order to contact the seller, they need to have a paid subscription. I've been able to set up my dynamic tables successfully for the different categories I have, but need to know how to make it so that if a person does want to contact the seller, there's another link to take them to that information (I know how to password protect pages, but the "link" to that information is what I'm trying to figure out). Any guidance would be much appreciated!
I'd also like for a browser to be able to to click a link for any uploaded images (preferably have it pop up instead of having an image take up space in the table). Any suggestions? Sellers are able to upload photos to the database.
Thanks!
