php reminder alert Without page refresh

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajatrajat
    New Member
    • Jan 2013
    • 2

    php reminder alert Without page refresh

    I want a popup reminder in php without page refresh.

    How can I do this?

    Please help me..
    Last edited by Frinavale; Jan 24 '13, 02:42 PM.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    You could use JavaScript to display your alert and completely avoid making a call to the server code (php code will not get executed)

    Or you could use Ajax to make an asynchronous request to the server code for processing. In this case, your php code will be called but the whole page will not be unloaded and reloaded.

    -Frinny

    Comment

    • rajatrajat
      New Member
      • Jan 2013
      • 2

      #3
      i have done in Ajax but its not working please help for do this..

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        I cannot help you if I don't know what is "not working" and have no reference at all to go by.

        At what point is it failing?
        What code exactly is "not working"?

        -Frinny

        Comment

        Working...