Suggestion: How to go back without loosing data?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Suggestion: How to go back without loosing data?

    Hello guys,

    here is my problem:

    I want that when I submit a form, and then need to go back, the data typed in all form fields not to be lost (fields not empty again).

    Has this to do with cache, or need a javascript to complete this task?

    Thanks in advance!
    mysterio.al - programming is a functional art

    #2
    Originally posted by Mysterio3 View Post
    Hello guys,

    here is my problem:

    I want that when I submit a form, and then need to go back, the data typed in all form fields not to be lost (fields not empty again).

    Has this to do with cache, or need a javascript to complete this task?

    Thanks in advance!
    yes you can do it from your pc setting. this feature is available on your pc as saved data. where all data are saved on your pc as name , password, address etc which you type in input field. temporarily data is saved in pc as catch memory

    Comment


      #3
      Thank you...

      BUT, can I do this inside the script? Cause not everyone who visits the site should change settings on him PC.
      mysterio.al - programming is a functional art

      Comment


        #4
        make verification on same page
        also on text input value use $_POST or $_GET .
        I will post a small example wen I will on my laptop
        Unamos los corazones,hoy todos somos multicolores!

        Comment


          #5
          in inpute type, set the value for user which will be default. that data in input will always display and user can remove it and input own data. for more saerch in google php input field

          Comment


            #6
            Thanks guys but I know that simple task.

            I want that no default values on it.

            Like Opera browser, which cache all pages.

            For example, after registering something, and when i go back i want to find the same data inside the boxes.

            Anyone understood???
            mysterio.al - programming is a functional art

            Comment


              #7
              like you want flooding ? in chat rooms ? click back then reload ?same msg will post again again ????
              left wap stuff

              Comment


                #8
                I get what you mean coz im searching for this too
                Did I help you?
                You can help me too
                Your donations will help me finance my studies.

                Comment


                  #9
                  Originally posted by GiLL View Post
                  like you want flooding ? in chat rooms ? click back then reload ?same msg will post again again ????
                  Yes, that thing... Click back, and the long list of input boxes is still filled up with same data I added before.

                  Any idea? Should I make the page "cacheable"? Can I force a page to be cached with the datas also?
                  mysterio.al - programming is a functional art

                  Comment

                  Working...
                  X