Results 1 to 3 of 3

Thread: can webusers save text on server

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

    Default can webusers save text on server

    HI... does anyone know how to set up a webpage that allows users to enter text that is then saved onto the server so that another webpage can display the changes?

    Jan

  2. #2
    Join Date
    Mar 2006
    Location
    UK, warwickshire
    Posts
    77
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I don't know who to di it but i can tell you it can be done in, Server Side scripting not client side. You can use Java Script to send the information to a Perl, PHP or CGI script that will save it to the server. But java script cannot do it on its own

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

    Default

    .alias. is right. I can write such a script, but there are many security and efficiency concerns to be taken into account first.
    • What server-side languages to you have installed on your server?
    • How will this text be viewed? On its own, or in an HTML page?
    • Will you be using a database or a simple file? If a file:
      • Do you want the user to be able to specify the filename?
      • Are you running a *n?x- or a Microsoft-based server?

      If a database:
      • What database software are you running?
    • Do you want other users to be able to edit the contents of the file, or just add to it?
    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!

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
  •