Hello experts.
I have one registration page with the registration form and the password field.
My Insert query is:
<cfquery name="InsertUser" datasource="#dsn#">
INSERT INTO users (First...
My Windows 2003 server has Coldfusion 7 and IIS 6.0 installed.
I have a website with url example.com I can access Coldfusion administrator with URL: https://www.example.com/cfide/administr...
Hello Experts,
I'm looking to build a website... ColdFusion instead of ASP much easy...
But the hosting is very expensive... What do u suggest as for hosting ? Any good rate company...
...
Periodically, I have been receiving the JRun Server has encountered an internal error message. Upon searching experts-exchange and google, I discovered that the error message is an indication...
Local copy of SQL Server 2008, mixed authentication, database all prepped and ready to go.
ColdFusion MX 7 installed, and when I attempt to create a datasource for 'MS SQL Server', then press...
Hi all!
I can't see what's going wrong here people, i have a MySQL data base that stores the name of the image while the image is stored in a temp folder on the server. The problem is wh...
Basically I am trying to put code together like this..
<cfif len(ListFirst(CGI.SERVER_NAME, "."))>
<cfset UserName = ListFirst(CGI.SERVER_NAME, ".") />
<cflocation url="http://mys...
Hi:
I'm creating a line graph (it needs to be a line graph) using cfchart in Coldfusion 7. It's tracking weight loss. The users enter in their weight (y-axis) on specific days (x-axis) ...
I need to check for an existing value before alowing a form to be submitted into a DB.
Something is wrong with the cfif statement, but not sure.
Here's my code snippet:
Quick 500 points ... I spent an hour trying to figure this out and need ASAP
All I need to do is find the last character in a string
Example: Find the last character in the string "Expe...
Hello experts.
I have o INSERT INTO query like:
<cfparam name="Form.Mobile_ID" default="1">
<cfparam name="Form.Mobile_Sub_ID" default="1">
<cfset art_uuid = createuuid()>
<cfquery name...
My database has recently been hit with an slq injection. I've cleaned up the database, changed passwords, but need help figuring out how to change my cfinsert tags to use parameter, as well as...
I wish to run a query dependant on the filename of the current page. ie check weather the current filename is index.cfm or page2.cfm.
Is there a CF function to return this, can you provide sa...
i have three select menus i want to combine into one value and then insert into a DB.
The three values i have are for selecting date of birth
they are
#dobMonth#
#dobDay#
#dobYear#...
One of my websites has been attacked twice with the code below. I am running coldfusion 8, windows 2003 with the latest service pack and mssql 2005. what do you suggest i do to block these? ...
I know this topic has been covered many times but having trawled thru the previous poostings am still having problems inserting dates into my access db.
I am trying to insert dates in the f...
I've made a basic form where users enter their email address and select one or more product names of which they'd like an emailed report. Upon submit, I take those two bits of information and...
Hello experts.
Using my query i have the error :Invalid data '' for CFSQLTYPE CF_SQL_INTEGER
I get this error for a value with cfparam:
<cfparam name="Form.TUVmonth" default="">
The query ...
I am trying to finish a module on our homegrown CMS system that our developer never finished. I am pretty sure that what I want to do can be done, but I don't know how to do it.
Essentially...
I have a table, which adds a record and stores the date added and the time added. This means that every time my page refreshes, I can have more than one record per day. What I want to do is di...
i have a dedicated linux server on mediatemple, we just installed coldfusion 8. the installation went well but when we try to access the admin panel we get a Coldfusion error. view the link be...
Is it possible to list the contents of a folder that is shared across a network? I have a list of files that need to be highly secured. This list is accessible depending on Windows Authentic...
I have a coldfusion form that foreign users complete. I am getting wierd characters which i'm assuming are foreign type characters.
For Example in the text below: Äú and Äì
What do t...
Trying to check to see if someone has entered in correct information into a database (AFTER form validation was implimented - ya I know, no lectures please on not doing that fiirst!)
Using ...
Can someone help me to write this ColdFusion cfquery if it is possible? I am not sure how to do this using SQL. Thanks, sulzener
Sample tblRecType:
RecType RecTypeDesc
A ...