Forum: ColdFusion Apr 2nd, 2008 |
| Replies: 2 Views: 420 Re: Date function error and cffile After going through a lot of research, i found out its not possible to repopulate a file field because of security reasons. however i could display the directory to the file and the file name to the... |
Forum: ColdFusion Apr 1st, 2008 |
| Replies: 2 Views: 420 |
Forum: ColdFusion Apr 1st, 2008 |
| Replies: 2 Views: 420 Date function error and cffile Friends, I have two bugs I would like to fix,I know thier is someone out thier that can shed some light into this.
First one is simple I don't know what I typed wrong for the date function it says... |
Forum: ColdFusion Apr 1st, 2008 |
| Replies: 2 Views: 766 |
Forum: ColdFusion Mar 30th, 2008 |
| Replies: 2 Views: 766 <cfinput type="checkbox"> Validation Hello friends,
I want to validate this two checkbox variables on an action page and also an update page
<cfinput type="checkbox" name="gender"checked>
</label></td>
... |
Forum: ColdFusion Mar 29th, 2008 |
| Replies: 2 Views: 620 Re: <cfquery> Undefined Thanks cmhampton the Direct SQL version worked, I just modified the cfif at the buttom and it works. |
Forum: ColdFusion Mar 27th, 2008 |
| Replies: 2 Views: 620 <cfquery> Undefined I need some help with <cfquery>, I want to authenticate an add form so the user doesn't enter the same value twice or more so I used recordcount like this
<cfquery name="cool.recordcount"... |
Forum: ColdFusion Mar 27th, 2008 |
| Replies: 1 Views: 604 |
Forum: ColdFusion Mar 6th, 2008 |
| Replies: 1 Views: 604 IMAGE AND TEXT FORM(HELP!!!) Hello Friends, I want to upload an image to the server and also insert the image path into the database, I have a sample of my code below
<cfinput type="text" name="city">
</label></td>
... |
Forum: Getting Started and Choosing a Distro Feb 28th, 2008 |
| Replies: 2 Views: 440 Re: Named Server Linux many thanks, at least it ran, but with a couple of errors
www# /usr/sbin/named -u bind -g -c
/etc/namedb/named-internet.conf
28-Feb-2008 06:01:41.738 starting BIND 9.3.2 -u bind
-g -c... |
Forum: ColdFusion Feb 28th, 2008 |
| Replies: 6 Views: 856 |
Forum: Getting Started and Choosing a Distro Feb 28th, 2008 |
| Replies: 2 Views: 440 Named Server Hello friends,
I ran the following code on freebsd 5.5
/usr/sbin/named -u bind -g bind -c /etc/namedb/named-lan.conf
/usr/sbin/named -u bind -g bind -c /etc/namedb/named-internet.conf
I want to run... |
Forum: ColdFusion Feb 11th, 2008 |
| Replies: 6 Views: 856 |
Forum: ColdFusion Feb 11th, 2008 |
| Replies: 6 Views: 856 Re: <cfquery> Error Still need help!!!!
I am using a single table with Mysql 5.0.45 and it says check syntax error.
is this a bug or I am using the wrong syntax. |
Forum: ColdFusion Feb 6th, 2008 |
| Replies: 6 Views: 856 Re: <cfquery> Error Hi Matt, thanks for the post. I tried single quotes but it still gave the same error |
Forum: ColdFusion Feb 5th, 2008 |
| Replies: 6 Views: 856 <cfquery> Error Hello Friends I ran into a syntax error updating a form, I have added a comment to the line below, Please could anyone tell me what I did wrong!!!!
<cfquery name="update student"... |