Hi i got how to get the values using REQUEST use 'requesthandler' in
component  using this component we can get the value from url values

for example u want to get a value http://www.example.com?val=100

In ur controller add requesthandler componter then user
$_REQUEST['val'] its work

On Sep 20, 5:52 pm, Adam Royle <[EMAIL PROTECTED]> wrote:
> I don't see why $_REQUEST shouldn't work as normal... but cake
> automatically puts these vars into:
>
> $this->params['form']; // from $_POST
>
> or
>
> $this->params['url']; // from $_GET
>
> Hope that helps.
> Adam
>
> On Sep 19, 11:18 pm, json <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > I am new to here
>
> > I want to help how tointegrateapaypalin cake php
>
> > i dont know how tointegrateit
>
> > normally i willintegratepaypalusing html code then
>
> > i will get value from notify file
>
> > using $_REQUEST['payment_status']="completed"
>
> > if completed received i will update my database
>
> > but in cake php REQUEST method is not work
>
> > any idea please send.....
>
> > thanks
>
> > json

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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