Contents

 
Home
PHPRunner 6.1 manual
Prev Page Next Page
 
 

Insert a record into another table

 

To insert a record into another table use Insert a record into another table action.

step11-1-3

yellowbulbNote: Change the values listed in red to match your specific needs.

//**********  Insert a record into another table  ************

global $conn;

$strSQLInsert = "insert into TableName (Field1Field2)

  values (Value1Value2)";

db_exec($strSQLInsert,$conn);

Converted from CHM to HTML with chm2web Standard 2.85 (unicode)