You should use the redirect after post pattern, using a HTTP 302 or
303 status code after saving your fields.

if($this->Model->save())
 $this->redirect($url, $code, $exit);


On Dec 11, 12:58 pm, chowdary <[EMAIL PROTECTED]> wrote:
> i am validating the data b4 inserting..... but the data type is text..
> the text will not be unique.......
>
> explain me clearly.......
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to