View Full Version : Editable form
jsnowzell
05-03-2006, 12:19 PM
Hello - I am doing an online gift list for my weedding and trying to work out the best way I can have a list available on my site and then for people to be able to 'check' a box and then save the page with that paticular gift checked - so that when other people come on to my web site they will know that somebody is already getting that gift! I am a bit of a basic web designer and would really appreciate some help! :)
Josh
This cannot be done in HTML. You would need to use a server-side language, such as PHP.
jsnowzell
05-03-2006, 12:44 PM
Cheers - but have you got any other idea how i could do this or how ou could point me in the right direction?
:confused:
http://www.php.net/
You will need PHP installed and enabled on your server.
jsnowzell
05-03-2006, 02:36 PM
is there any way i can do something in html? I have just been messing around with PHP and it is going right over my head
Nope, sorry. There are ways to do this client-side, but they're all far more complicated than PHP would be, and generally involve applets :)
jsnowzell
05-03-2006, 02:55 PM
well thanks any way man i apprecate the help
T-B0N3
05-04-2006, 07:03 AM
Congrats on the wedding anyway :)
djr33
05-04-2006, 07:39 AM
Twey is absolutely right. You can design forms all you want in html... in fact, you can only have forms in html.
But, to interpret the forms, you have to use a language that can work serverside (rather than clientside... on the server, not the user's computer) so that it can save data.
Not only can you interpret the forms data (use ifs based on input, etc etc), but you could also save data about users to a database (or, cheaper version, a text file), etc.This si the right solution.... but you would have to learn php.
Good luck :)
(and don't be too daunted... it's not impossibly hard or anything... just play with it... and it'll work out :) )
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.