• 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: Silent Publishing send the data to a webserver

Silent Publishing send the data to a webserver 4 years 2 months ago #40980

  • sintcorp
  • sintcorp's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
I have to send the data to a webserver
I'm trying to use Publish to Location (Silent Publishing)
Could help how to solve

The form is submitting this way
Array(
[form] => Array (
[Atendente] => value form
[CodCategoria] => value form
[CodigoContratoSGF] => value form
[CodPessoaF] => value form
[CodPessoaJ] => value form
[CodTema] => value form
)
)

I need to send the array this Array
"Atendente" => value forms,
[CodCategoria] => value form
[CodigoContratoSGF] => value form
"ListaParticipante" => array(
array(
"CodPessoaF" => $CodPessoaF,
"CodPessoaJ" => $CodPessoaJ
)

),
"ListaTema" => array(
array(
"CodTema" => $CodTema,

)
)
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!