[TYPO3-english] Re: how to: properly escape strings in 4.5.30?

Calgacus map Brude calgach at gmail.com
Thu Nov 21 22:25:42 CET 2013


sorry, added table name
  $cleanedValues[$field] = $GLOBALS['TYPO3_DB']->quoteStr(strip_tags($value),'tx_ext_tablename' );
and it works.  now to remove those slashes when the data is displayed.

           


More information about the TYPO3-english mailing list