• 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: can't map in 2 tables

can't map in 2 tables 12 years 1 month ago #22300

  • fits
  • fits's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
please help me it's very urgent. :(

i cant map in the values in two tables. it only allows in one in the feature of mapping of rsform. :((

when i also try mapping in php script it wont't work why?

Here is my code in php:

print_r($_POST);
die();

$db = JFactory::getDBO();

$query = "INSERT INTO ehrxb_comprofiler (id) VALUES (".$_POST.")";

$db->setQuery($query);
}
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!