delt23
Technical User
- Feb 16, 2012
- 3
I have a simple concept i'd like to accomplish on my php site. We take photos for people and give them a code to look for their photos in a weeks time. The code given is their employee id badge number.
I need to make a:
text box + submit button
The user inputs their code, and hits submit.
The form/action combines " + "employeeid" + ".jpg" (adds .jpg at the end as the photo will be inside the images folder with the employees id number). (i.e. it opens up
I have been wracking my brain on these for three days now and can't get it to work properly.
I would greatly appreciate any help.
I need to make a:
text box + submit button
The user inputs their code, and hits submit.
The form/action combines " + "employeeid" + ".jpg" (adds .jpg at the end as the photo will be inside the images folder with the employees id number). (i.e. it opens up
I have been wracking my brain on these for three days now and can't get it to work properly.
I would greatly appreciate any help.