• 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: INSERT INTO New Table

INSERT INTO New Table 16 years 10 months ago #3372

I read the KB on how to do this, it did not work.
Here is what I am now trying and it still does not work.
Does anyone know how to do this?

Code:

if(isset($_POST)) {

$child = $processform;
$age = $processform;
$skill = $processform;
$shirt = $processform;
$parent = $processform;
$email = $processform;
$cell = $processform;
$home = $processform;
$year = $processform;

$query=\"INSERT INTO 'jos_kids' ('child','age','skill','shirt','parent','email','cell','home','year') VALUES ('$child','$age','$skill','$shirt','$parent','$email','$cell','$home','$year')\";
$database->setQuery($query);
$database->query();
}
The administrator has disabled public write access.

Re:INSERT INTO New Table 16 years 10 months ago #3404

Come on, can someone please help me with this.
This should be something everyone needs to do.
I just need the form data in a separate table.
Please help.
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!