All pastes #823728 Raw Edit

Anonymous

public text v1 · immutable
#823728 ·published 2007-12-19 15:38 UTC
rendered paste body
$query = $GLOBALS['TYPO3_DB']->exec_INSERTquery('user_sendcard_saved_cards',array('pid'=>$this->pid, 'tmstamp'=>microtime(true), 'crdate'=>date('Ymd'),'card_type_id'=>$layoutID, 'mail_to'=>$to, 'mail_from'=>$from, 'ip'=> '$ip', 'message'=>$message));
               
 $res = $GLOBALS['TYPO3_DB']->sql(TYPO3_db, $query);