Results 1 to 9 of 9

Thread: Editable form

  1. #1
    Join Date
    May 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Editable form

    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

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    This cannot be done in HTML. You would need to use a server-side language, such as PHP.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    May 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Cheers - but have you got any other idea how i could do this or how ou could point me in the right direction?


  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    http://www.php.net/
    You will need PHP installed and enabled on your server.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  5. #5
    Join Date
    May 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

  6. #6
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    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
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  7. #7
    Join Date
    May 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    well thanks any way man i apprecate the help

  8. #8
    Join Date
    Apr 2006
    Posts
    41
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Congrats on the wedding anyway

  9. #9
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    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 )

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •