|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Back button on browser
hi,
i had a simple question. i have two textboxes in which data is entered by the user which gets entered in a database. the user is then directed to another page. however what i want to know is that if the user clicks on the back buttton on the browser..the data entered in the textboxes should no longer be there...how do i do it. thanks in advance |
|
#2
|
|||
|
|||
|
RE: Back button on browser
Look at some meta tags and headers that you can send to the browser to tell it not to cache the page...
|
|
#3
|
|||
|
|||
|
RE: Back button on browser
huh?? how do i do that?
|
|
#4
|
|||
|
|||
|
RE: Back button on browser
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
or also see session_cache_limiter |
|
#5
|
|||
|
|||
|
RE: Back button on browser
thanks notepad..will read on it
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > Back button on browser |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|