Form Validation Forum :: Custom trigger not working. please help

This thread was displayed: 0 times


Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.

For more information about the affected products visit: www.interaktonline.com/Support/

View Threaded Show descending
Chanond Yuangket
04-28-2007 00:05:31 GMT +2

I add custom trigger. but not work. Anybody here please check this code

Thank you

 

$op_data1 = "sample@hotmail.com";

$sql = "INSERT INTO wiml_maillist (email_address) VALUES (".$op_data1.")";
$result = $tNG->connection->execute($sql);

if(!$result) {
  $err = new tNG_error("Error executing query!",array(), array());
return $err;
} else {
return NULL;
}

Back | Reply | Quote | Top
Ionut MOICIANU
05-02-2007 15:50:18 GMT +2

Hello,

What is the actual problem, do you get any error? The code looks correct.

You could also attach here the page containing the custom trigger (use "attach file" option).

Ionut

Reply | Quote | Top
© Adobe Systems Romania. All rights reserved.