Problem with deleting record

2010-07-14 Thread vanishri
Hi All, I have an applicetion developed using cake php. in which we can add,delete,and update the data. once i view and delete any record it will delete from database ,but once clicking browser's back button it reloads the deleted record's data. kindly let me know the solution. thansk in

Fatal error: Allowed memory size of 16777216 bytes exhausted

2010-07-13 Thread vanishri
by this problem Thanks, Vanishri Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php

AES_ENCRYPT

2010-07-12 Thread vanishri
HI, am developing an application using cake php ,in which registartion and login are working fine.am using cakephp's default hash methodology for password encryption. but now i want to do with encryption method AES_ENCRYP for password field during registarion and while logging in. how can i

Deleted Values Reloas clicking upon browser backbutton

2010-07-12 Thread vanishri
hi, i have done an application in which i have given add,delete and update buttons. when i click delete it deletes the corresponding data from data base. but upon clicking on browser back button it reloding it again even though it does not present in database. Please reply me Check out the new