| Fri Dec 29, 2006 5:34 pm |
| Replies: 5 |
| Views: 18869 |
|
 |
How are you defining the mime type in the apache configuration for PHP? Normally I use
AddType application/x-httpd-php .php
Also - are you loading the module properly? Are there any errors at st ...
|
| Tue Sep 19, 2006 7:01 pm |
| Replies: 1 |
| Views: 9650 |
|
 |
With perl, this should be fairly simple:
if ( not -d "c:\websites\mysite\mydir") {
mkdir("c:\websites\mysite\mydir");
}
http:/ ...
|
| Tue Aug 01, 2006 4:28 pm |
| Replies: 1 |
| Views: 8852 |
|
 |
Hello! What content are you entering in your .htaccess file? It is possible that something is incorrect or needs to be entered in the apache configuration for your site rather than the .htaccess fil ...
|
| Wed Jun 14, 2006 4:49 pm |
| Replies: 9 |
| Views: 21564 |
|
 |
The livedocs at livedocs.macromedia.com are very helpful, as well as easycfm.com....good luck!
|
| Thu Jun 01, 2006 8:45 pm |
| Replies: 1 |
| Views: 8791 |
|
 |
Hi Surge. You will create the aspmailform.asp page and put the code for the aspmail in it. So,
<SNIP>
<%
Set Mailer = Server.CreateObject("SMTPsvg.Mailer")
Mailer.FromName = "website"
...
|
| Thu May 18, 2006 4:42 pm |
| Replies: 1 |
| Views: 7812 |
|
 |
What kind of SQL statement do you want to use with the dynamic columns?
|
| Wed May 17, 2006 6:21 pm |
| Replies: 3 |
| Views: 12475 |
|
 |
You can also do this using the fileExists function. There is information on the livedocs about it at http://livedocs.macromedia.com/coldfusion/7/htmldocs/00000461.htm#1104406
I hope this helps!
|
| Tue May 16, 2006 4:09 pm |
| Replies: 3 |
| Views: 24674 |
|
 |
It seems to be the newest version...I think it has something to do with IE's association of Window Media Player files.
|
| Wed Apr 05, 2006 1:39 pm |
| Replies: 6 |
| Views: 17698 |
|
 |
aspmail is easy to use and compatible with all of our windows plans. We have a sample script that sends mail at http://www.hostmysite.com/support/programming/aspmail/
|
| Tue Mar 21, 2006 4:58 pm |
| Replies: 4 |
| Views: 12776 |
|
 |
cfparam is really good for defining variables in your code that may not have already been defined. I believe that even though people are not entering values for the form, the variable itself is still ...
|
| Tue Feb 21, 2006 9:08 pm |
| Replies: 5 |
| Views: 14592 |
|
 |
Just a note, if you are doing queries based off user input from a form, you would probably want to use cfqueryparam in your where clause. It will help prevent SQL injections. You can find informatio ...
|
| Tue Feb 21, 2006 9:06 pm |
| Replies: 5 |
| Views: 14592 |
|
 |
You may want to check if the recordcount returned from the query is greater than zero. If the user is found, it should return a row or two and if not, no records should be returned. Try altering you ...
|
| Thu Feb 16, 2006 7:10 pm |
| Replies: 7 |
| Views: 19540 |
|
 |
A lot of the SUN keyboards switch the Ctrl and Caps Lock which is incredibly annoying as well.
|
| Wed Feb 15, 2006 5:46 pm |
| Replies: 7 |
| Views: 19540 |
|
 |
Try typing fg - that brings the current suspended program back into the foreground for you to use it.
|
| Thu Feb 02, 2006 3:51 pm |
| Replies: 2 |
| Views: 10279 |
|
 |
I'm not an expert asp programmer, but it looks correct. Can you post some of the code before it, I bet something above is not getting closed properly.
|