• 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: _POST function and list boxes

_POST function and list boxes 14 years 3 months ago #9687

I have tried to use the selected value of a list box in a query and its only returning a array. I have tried not using the '|' and still nothing.

I also tried $_POST and nothing.

I know its not my query as it works when I hard code a value in.
Last Edit: 14 years 3 months ago by Nightshades.
The administrator has disabled public write access.

Re:_POST function and list boxes 14 years 3 months ago #9718

  • andreic
  • andreic's Avatar
  • NOW ONLINE
  • RSJoomla! Official Staff
  • Posts: 733
  • Thank you received: 60
Hello,

If you are using a dropdown you will only be able to select one option.You could try using something like this :
$_POST['form']['art'][0]
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
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!