Posted on 07 July 2010. Tags: development, dreamweaver, interaktonline, PHP, phpakt, scripting
- For PHP:$_SESSION['kt_login_id'] = $tNG->getPrimaryKeyValue();
$_SESSION['kt_login_user'] = $tNG->getColumnValue(‘name_usr’);
- For ASPVBScript:Session(“kt_login_id”) = tNG.getPrimaryKey
Session(“kt_login_user”) = tNG.getColumnValue(“name_usr”)
SET Trigger_Custom = Nothing
- For ColdFusion:SESSION.kt_login_id = tNG.getPrimaryKeyValue();
SESSION.kt_login_user = tNG.getColumnValue (“name_usr”);
Posted in ASP / ASP.net, PHP, Programming
Posted on 19 May 2009. Tags: developer toolbox, interakt, interaktonline
Language settings
Since the Transaction Engine includes internationalization support, this menu of the Developer Toolbox Control Panel enables the user to change the language resource file of the currently active site: Read the full story
Posted in PHP