Re: Post Variables Problem

2006-07-17 Thread D Smith

Thanks for your kind support.

Problem has been resolved.
it was something to do with the htaccess file.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Post Variables Problem

2006-07-15 Thread D Smith

I have setup a cake application.Everything is working
fine except the form posting.Whenever i submit a
form $this-params['data'] use to come empty.

Do anyone have any idea about this problem?


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Post Variables Problem

2006-07-15 Thread warrenchua

hi, have you checked your input tag? something like:

?php echo $html-input('Controller/field_name') ?


D Smith wrote:
 I have setup a cake application.Everything is working
 fine except the form posting.Whenever i submit a
 form $this-params['data'] use to come empty.
 
 Do anyone have any idea about this problem?


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Post Variables Problem

2006-07-15 Thread ShepherdWeb

Also, make sure you have a form element:

?=$html-formTag('/application/add/) ?


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---