[TYPO3-english] a question about exec_SELECTquery()

Moreno Feltscher moreno.feltscher at gmail.com
Wed Jan 7 22:29:11 CET 2009


Try

$res = $GLOBALS['TYPO3_DB']->exec_SELECTquery(
'*',   #select
'tx_modatest_tabledozent', #from
'first_name='.$GLOBALS['TYPO3_DB']->fullQuoteStr($this->piVars['firstname'],
'tx_modatest_tabledozent'),  #where
*#'first_name=0',    #where*
'',
'',
'');

Cheers


More information about the TYPO3-english mailing list