Here's my head ache,
I want to create theses 4 scripts that work in conjunction with each other or should I say share data amongst each other
Objective
script 1. lets call it setCookie.php
Upon entering the site a session id is captured in a cookie and assigned to that user as his/her userID. Call this cookie getData.php If a cookie is aready present then cookie = 1. The user that has the option the delete that particular cookie and is automatically reassigned a new one.
call this lightbox.php
The above cookie is for a picture gallery which the pictures are named pic1.jpg, pic2.jpg and so on..........when each pic is selected (check box or radio button) that data is associated with that userID (sessionID) and is stored in a DB mysql maybe and last but nt least this data can then be emailed with each pic attached to it in a html form listing each pic on that page to the reciepient. call that script say email.php
Now I am willing to even pay for that script. I am a student webdesigner/amuter photographer and this would be nice so people can see my work. this is not a commerical site either it just for fun
Can anyone help me with this?