Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by fforesite

  1. fforesite

    CFPOP

    If the email is the form &quot;alias&quot; <emailaddress>, you can try using a regular expression such as <cfset emailaddress= REReplaceNoCase(pop.from,&quot;[^<]*<([^>]*)>&quot;,&quot;\1&quot;,&quot;ONE&quot;)>
  2. fforesite

    Embedded spaces in a variable name

    thanks heaps, that works fine. couldn't find any documentation about it though.
  3. fforesite

    Embedded spaces in a variable name

    I have a problem accessing a variable in cold fusion because the variable name contains spaces. I want to output the list of tables in a MySQL database in the following way: <CFQUERY name=&quot;getTableNames&quot; datasource=&quot;dbname&quot;> show tables </CFquery> <CFoutput...
  4. fforesite

    cfmail to addresses

    I know the latest version of CFServer (ie. version 4.5.1 with service pack 2) doesn't mind email addresses of that form &quot;Name&quot; <emailaddress> . This changed somewhere between version 4.0 and the current version. a simple way of getting around this is to use regular expressions...

Part and Inventory Search

Back
Top