Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 18 of 18
Search took 0.10 seconds.
Search: Posts Made By: CFMX RULES
Forum: Other server side languages/ issues 07-26-2003, 11:07 AM
Replies: 2
Views: 866
Posted By CFMX RULES
Whats the problem ?

Whats the problem ?
Forum: Other server side languages/ issues 06-23-2003, 02:10 PM
Replies: 1
Views: 1,179
Posted By CFMX RULES
Try this,2 files IMAP.cfm and IMAPfunctions.cfm ...

Try this,2 files IMAP.cfm and IMAPfunctions.cfm
IMAP.cfm


<html>
<head>
<title>IMAP.cfm</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
Forum: Other server side languages/ issues 06-03-2003, 05:50 PM
Replies: 7
Views: 1,215
Posted By CFMX RULES
Coldfusion MX will now run on a mac you can...

Coldfusion MX will now run on a mac you can download an eval copy from macromedia, the eval will turn into a single user enterprise version after 30 days.
Forum: Other server side languages/ issues 05-29-2003, 11:22 PM
Replies: 12
Views: 1,387
Posted By CFMX RULES
if your using IIS why not use the built in smtp...

if your using IIS why not use the built in smtp server ?
Forum: Other server side languages/ issues 05-29-2003, 11:17 PM
Replies: 6
Views: 1,538
Posted By CFMX RULES
id wrap this up as a custom tag and call it that...

id wrap this up as a custom tag and call it that way, but anyhow here's the CF code you require



<meta http-equiv="REFRESH" content="150"><HTML><BODY bgcolor=eeeeee><HEAD>
<cfoutput>
<cfset...
Forum: MySQL 05-28-2003, 11:21 AM
Replies: 2
Views: 1,252
Posted By CFMX RULES
Can you verify your DSN connection in the CF...

Can you verify your DSN connection in the CF admin?

If so try

<cfquery name="qName" datasource="theDatabase">
"your query"
</cfquery>
Forum: Other server side languages/ issues 05-28-2003, 11:09 AM
Replies: 20
Views: 2,852
Posted By CFMX RULES
you can get develop with cf for free just...

you can get develop with cf for free just download the eval from Macromedia, ok its only one user but then again your only developing right.

Or you could use Bluedragon as your cf server which is...
Forum: JavaScript programming 05-28-2003, 10:37 AM
Replies: 4
Views: 1,096
Posted By CFMX RULES
Place all this code in your page that takes a...

Place all this code in your page that takes a while to load

in your head
<script language="JavaScript">
<!--
function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document;...
Forum: Computer Programming 05-28-2003, 12:12 AM
Replies: 1
Views: 615
Posted By CFMX RULES
hope this helps (i used the example apps db with...

hope this helps (i used the example apps db with cfmx)

test.cfm
----------

<cfquery name="Categories" dataSource="exampleapps">
select CategoryID, CategoryName
from tblCategories
order...
Forum: Other server side languages/ issues 05-27-2003, 11:11 PM
Replies: 5
Views: 2,054
Posted By CFMX RULES
here's a good link to setup htaccess on win2k ...

here's a good link to setup htaccess on win2k

http://www.kuro5hin.org/story/2002/10/1/213723/598
Forum: Other server side languages/ issues 05-27-2003, 11:07 PM
Replies: 5
Views: 2,054
Posted By CFMX RULES
Im sorry and beg to differ, .htaccess IS an...

Im sorry and beg to differ, .htaccess IS an apache thing and yes you can setup something similar on a win box.
As for you using apache on windows with htaccess thats no problem because as i have...
Forum: Other server side languages/ issues 05-25-2003, 12:13 AM
Replies: 1
Views: 2,555
Posted By CFMX RULES
Good news is that it can be done, bad news is you...

Good news is that it can be done, bad news is you need a linux kernel on your ipaq.
Search the net for ipaq and linux and you'll find the download page (sorry i dont have it to hand)

Hope this...
Forum: Other server side languages/ issues 05-25-2003, 12:10 AM
Replies: 5
Views: 2,054
Posted By CFMX RULES
Am i correct in saying that you are using IIS...

Am i correct in saying that you are using IIS (just looking at your webroot) ?
Isnt htaccess an Apache thing ??
If So on both you have the wrong Web Server for trying to use htaccess.
Id recommend...
Forum: Other server side languages/ issues 04-24-2003, 08:48 PM
Replies: 2
Views: 1,234
Posted By CFMX RULES
You can install CFMX to use either the CF built...

You can install CFMX to use either the CF built in Web server or IIS, Apache, etc..
If you are wanting to use IIS, install IIS prior to CFMX (you can reconfig later if you require but its not as...
Forum: Other server side languages/ issues 04-24-2003, 08:36 PM
Replies: 1
Views: 1,083
Posted By CFMX RULES
I Dont quite know how you want to output it but...

I Dont quite know how you want to output it but this is one option

<cfset myList = ArrayToList(errors, ",")>
<!--- output the array as a list --->
<cfoutput>
<P>The contents of the array are...
Forum: Other server side languages/ issues 04-08-2003, 11:30 PM
Replies: 5
Views: 2,694
Posted By CFMX RULES
<cfset session.YourVariable = YourValue> ...

<cfset session.YourVariable = YourValue>

thats it

But if your not using cfmx lock your session vars !! <cflock>
Forum: Other server side languages/ issues 04-08-2003, 11:08 PM
Replies: 1
Views: 1,821
Posted By CFMX RULES
<CFQUERY NAME ="City" DATASOURCE="Kissaudio"> ...

<CFQUERY NAME ="City" DATASOURCE="Kissaudio">
SELECT DISTINCT
CITY
FROM Kiss_Shows
ORDER BY CITY asc
</CFQUERY>

<form method="POST" action="body.cfm">
<cfoutput query="city">
...
Forum: MySQL 04-08-2003, 10:57 PM
Replies: 2
Views: 1,624
Posted By CFMX RULES
All you need to do is dateformat your form var ...

All you need to do is dateformat your form var

eg:
SELECT * FROM Shows WHERE Shows.DOS = '#dateformat(Form.GigDate,'yyyy-mm-dd')#'
ORDER BY DOS ASC
Showing results 1 to 18 of 18

 
Forum Jump

All times are GMT +1. The time now is 01:34 AM.