• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: How to return variables in $ _REQUEST ?

How to return variables in $ _REQUEST ? 9 years 8 months ago #32218

Regards,

I have a form that pressing the button " submit" to capture the POST or GET variables in $ _REQUEST , but pressing the button " submit" have no return on this variable. What should I set to return values ​​in $ _REQUEST ?

Roberto
The administrator has disabled public write access.

How to return variables in $ _REQUEST ? 9 years 8 months ago #32220

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Perhaps some PHP reading would help - $_REQUEST is a combination between $_POST, $_GET and $_COOKIE. Given that RSForm!Pro uses $_POST, your third party script should be able to access them.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
Last Edit: 9 years 8 months ago by alexp.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!