making a login that will direct to a file/url based on unique id
This may be the wrong forum, and I apologize if so.... I have a flash website for my photography business and I would like to make a link I have to "Client Photos" redirect to a specific clients files/folder with thier unique id and/or password. Currently I send them to another URL alltogether where I have my shopping cart set up and hosted, but they see a long list of folders/thumbnails and have to click on thiers then enter a password. This is set up thru zenfolio so I didnt have to do any coding for the password. I already have the link on my flash site, I am just wondering if someone can point me to a good tutorial on php/mysql (i assume this is the best method as a database will be required) that addresses this without having to spend 6 months becoming a php expert first. I am pretty familiar with dreamweaver CS3 and have built dozens of html/css static sites, some javascript stuff, but this level of interactivity is all new to me.
Basically this is the flow needed:
1. Client clicks link on flash site, and is taken to a login page (would like to use an xhtml/css page for this instead of flash because many clients use iphones, so i can give them all the same url to login page also, bypassing flash site they cant see if on a mobile device)
2.this page will be styled like my site so its seamless looking and will have two form fields so client can enter thier last name as a login and a password I assign
3. when this data is entered the database (i assume) will have a url stored that is a gallery of thier images and open this in a new browser tab/ window
I am a complete newb at this sort of thing and want to learn instead of just being handed code, so ANY help is greatly appreciated. Most photographers websites I see have a feature like this so I assume its not an uncommon thing, however when I ask other photographer friends how they did it, none of them have a clue because they paid someone else to build thier site or it was already included in a template...
