I don't remember having problem with scope before, but I have had a problem
with using a function inside preserveSingleQuotes(), I overcame it by
setting a tmp variable, then using that in preserveSingleQuotes. Annoying.
It was a time ago... it could be my own stupid fault.
Anyway, your SQL state
no. the issue is how you use the info.
A piece of text (eg Search text) like
'; drop table myTable; select name as thatData from sysObjects where '' = '
shouldn't be a problem, if executed like so:
select thatData from myTable where thatValue= '#form.thatvalue#';
but if you do it like this:
Uh.. Raymond's email is better. I wrote this before I received his, as I've
had work to do I only now found Raymond's email. I've emailed anyway, as
while somethings overlap, there is a bit more specific information on the
topic of server side validation.
Examine how you treat the URL/FORM para
yep, though the links may be damaged (eg. images no longer appear) due to
the location of the html file changing. Use absolute links to fix this (eg.
instead of /my.gif use http://mysite.com/my.gif)
If you want, the mail can be html (check cfmail docs and look at 'type'
attribute)
- Origin
again, from the docs
Please read the text file and view the new logo, and let us know what
you think.
- Original Message -
From: "Chiraporn" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 22, 2001 2:28 PM
Subject: RE: Is it possible to s
Watch the "I thinks" & "I'd bet" because it's just that, not "I have
observed" or "I know"
I think Perl, in the past, would've been frowned upon because the execution
of the perl engine would've been required for every request, but now it's a
part of Apache... if it's compiled as so... which'd le
in the root index.cfm, not the application.cfm ;-)
btw be aware you do need to setup the 3 domain names to point to the same IP
(egads! I'm a bean!)
- Original Message -
From: "Parker, Kevin" <[EMAIL PROTECTED]>
To: "CF-Talk" <[
How does
oNewWindow = window.open("http://www.yahoo.com";, "demo", "fullscreen=yes");
interact with Macs?
- Original Message -
From: "Jann VanOver" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, May 16, 2001 8:54 AM
Subject: RE: open link in new, maximized window?
nship rel2
WHERE rel2.iCMApptID = cm.iCMApptID)
AND cm.bActive = 1
- Original Message -----
From: "another programmer" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, May 16, 2001 11:34 AM
Subject: Re: SQL Newbie - Help! (w
"What do I change to make it grab the max CasacApptID PER iCMApptID"
Well, that'd require you connecting the CMAppt table and the CasacAppt
table somehow... I'm guessing CasacApptRelationship is meant to be the table
which joins the two (CMAppt & CasacAppt)?
SELECT cas.iCasacApptID, cas.cEncCatI
10 matches
Mail list logo