Log in

View Full Version : Is this possible in HTML



Keenpupil
01-05-2009, 01:08 PM
I have a membership card accessible via password, i would like this to work as follows:
Potential member arrives at site he must
1. Fill in the required detail
2. Upload his photo which the program must resize to fit, or send to us to upload for him.
3. Generate a sequential number in the membership number space as and when he uses the PRINT THIS PAGE instruction.

When he clicks the PRINT THIS PAGE instuction, the page must generate a membership number which was followed on from the previous one.
When the card has been printed all must be reset back to as was sothat the next person can do the same for his membership card...

Too much to expect?
Please help me.
I only know how to work through blue voda where i seem to have hit a brick wall.
Thank you to the potential advisor.

Snookerman
01-05-2009, 01:37 PM
No this is not possible with just HTML, you will need a server side script for that like PHP and possibly some JavaScript as well.