Still not working.. Can *anyone* help? The Land of Broken Dreams 9 -
http://www.lobd.org/lobd9/
9.1 million visitors since 1992
Register today, and get sexy.
Greetings,
I've been working with my variables for some time, trying to develop a nice "who's online" page. I've read tutorials, and even tried examples that will output ONE variable, but anything beyond that.. gets interesting.
When a user logs in, these variables are set..
<cfset...
Both examples worked great. Thanks so much for the help, I voted for all of you :) The Land of Broken Dreams 9 -
http://www.lobd.org/lobd9/
9.1 million visitors since 1992
Register today, and get sexy.
Actually, one more thing. How do you replace it if it's inside a query? The Land of Broken Dreams 9 -
http://www.lobd.org/lobd9/
9.1 million visitors since 1992
Register today, and get sexy.
That worked great! Thanks for the help :)
Kelani The Land of Broken Dreams 9 -
http://www.lobd.org/lobd9/
9.1 million visitors since 1992
Register today, and get sexy.
Actually, I'm not.
Basically, I have CRs and LFs converted (this is a web email box) My problem is I'm getting an invalid buffer error when people include quotes in their messages, so I need to convert them to amp-quote-semicolons Here's my code: without the quote conversion. it's not inside...
Actually I use ampersand - quote - semicolon, but Tek-tips changed it to a quote. argh :) The Land of Broken Dreams 9 -
http://www.lobd.org/lobd9/
9.1 million visitors since 1992
Register today, and get sexy.
I currently have this code in palce to rpelace CRs and LFs and need to replace Quotes:
"#chr(13)##chr(10)#", "<br>", "all"
I tried adding a chr(34) but it doesn't work, and screws up the insert query. Any reason why this wouldn't work...
Hmm. That would fix the problem. Funny thing, I replaced that form a doxen times, with other *working* forms. So if that's the winner, I'm obviously a loser here.
Thanks everyone. I think i'll write a validator especially for this as penance. :)
Kelani
Greetings,
I know you don't put single quotes around it, but I've tried it *without* them, and that doesn't work either. Here's the code as you describe it..
<cfquery name="killmail" datasource="db26401a" dbtype="ODBC" username="us26401a"...
Ok master, here are the results from our experiment..
1. Changing to IsDefined still gives the error.
2. changing to url.ParameterExists gives the error
3. Hard coding the delete query works fine :(
4. database info is the same as the other 20something queries on the page :)
5. MID is a unique...
Okay, I have a million queries using update, insert,and delete, but this one is not working, and I don't know why. I've tried copying in a different form/query to see if i had some weird syntax error, but it doesn't work.. Here goes.
<cfif ParameterExists (Delete)>
<cfoutput>
<cfquery...
Actually, I fixed it. By removing the Cfabort and cfif, then making the next parameter (save) a cfelseif, it appears to be working properly.
Funny, it didn't before. Hmm.. gremlins.
Simon,
Thanks for your time and caring. Send me your email address to kelani@kelani.com and I'll send you a copy of the page. Beats posting it here and taking up bandwidth :)
Kelani
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.