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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: SQAlisha
  • Order by date
  1. SQAlisha

    Validating Dates

    Darkman--What is <cftry> and <cfcatch> for??
  2. SQAlisha

    PROBLEM with CFML text fields inserting dates in MySQL!

    I think rac13 is rit..I didn't notice that........ Cheers Alisha
  3. SQAlisha

    how to sent text format email

    <cfmail from=&quot;me@yoursever.com&quot; to=&quot;#getQuery.query#&quot; subject=&quot;Text Article&quot; server=&quot;smtp.yoursever.com&quot; type=&quot;html&quot;> The above is the detailed one.. pls replace the yoursever----->wif the name of ur server Cheers Alisha
  4. SQAlisha

    how to sent text format email

    Are u gonna send this thru email? U can use <cfmail> If u use cfmail u cannot see the <table><tr> and all that Pls correct me if i m wrong Cheers Alisha
  5. SQAlisha

    PROBLEM with CFML text fields inserting dates in MySQL!

    I think having three combo box is efficent........in this way, there in no way it can create a error..nor u have to do a error checking... In this way u can solve the problem.... U juz insert in #DateFormat(mm/dd/yyy)# into the cfinsert query...(mm->month,dd->day,yyyy-year) remember to put the...
  6. SQAlisha

    Get/Store Cookies in client's PC

    Sorry this is the updated one Cookies will be stored at Windows/cookies folder..It is usually a text document. <CFCOOKIE name=&quot;cookid&quot; value=&quot;5&quot; expires=&quot;100&quot;> The above sets a cookie name cookid wif a value 10 u can increment is---->meaning u set the value to...
  7. SQAlisha

    Get/Store Cookies in client's PC

    Cookies will be stored at Windows/cookies folder..It is usually a text document. <CFCOOKIE name=&quot;cookid&quot; value=&quot;5&quot; expires=&quot;100&quot;> The above sets a cookie name cookid wif a value 10 u can increment is---->meaning u set the value to maybe cookincremet expires means...
  8. SQAlisha

    trouble with INSERT INTO

    If you set the datatype ParentID as an integer in your SQL table u should not wrap it up wif a single quote <cfquery name=&quot;db_eintrag&quot; datasource=&quot;Forum&quot; dbtype=&quot;ODBC&quot;> INSERT INTO tblForum (ParentID, IP, Name, email, Betreff, Text) VALUE(#form.ParentID#...

Part and Inventory Search

Back
Top