• 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: Get php variable in SQlmappage

Get php variable in SQlmappage 12 years 6 days ago #22933

  • ilanb
  • ilanb's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi,

I have this result of sql query in $formLayout :
if ($result)
{
       $cipcode = $result->cip_code;
       $name = $result->name;
       $adstreet = $result->address_street;
       $telnumber = $result->tel_number;
       $faxnumber = $result->fax_number;
       $departement = $result->department;
       $adcity = $result->address_city;
       $adzipcode = $result->address_zip_code;
}

And I would like to map this variable in SQL Mappage when user clic submit button
How I can make this ?

I have tried to assign variable with hiddenfield without success ...

I need help :-)

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