Forum: ColdFusion Jan 29th, 2009 |
| Replies: 0 Views: 697 Hello everybody,
i am trying to import an mysql table to sql server both has the same attribute and with the same datatype.
and here is what i did :
1- i export the mysql table to excel sheet.... |
Forum: ColdFusion Jan 5th, 2009 |
| Replies: 1 Views: 846 Hello everybody,
I am looking for a way to filter an Robt spam in coldfuion, i had look to the recaptcha, but it is not clear and it is not easy for customers.
any body have another idea, ....help... |
Forum: ColdFusion Dec 18th, 2008 |
| Replies: 23 Views: 3,429 Try this encryption method
http://tutorial113.easycfm.com/ |
Forum: ColdFusion Dec 18th, 2008 |
| Replies: 23 Views: 3,429 what is the data type in the database for credit_card_type,credit_card_number, isn't varchar, and another thing take off the cfsqltype="(Varchar)" from the cfqueryparam.
and if you want to solve... |
Forum: ColdFusion Dec 18th, 2008 |
| Replies: 23 Views: 3,429 look my friend i had the same problem and i solved using this kind of encryption
<cfparam name="Request.PasswordKey" default="keyyyyyyyyyyyyyy">
<cfset Encrypted = Encrypt(form.number, ... |
Forum: ColdFusion Dec 15th, 2008 |
| Replies: 6 Views: 1,393 Thank you so much,
the thing was with encryption and the description system, there was a password after you encrypted will not decrypt again, so i just reset it and every thing fine
thanks again |
Forum: ColdFusion Dec 12th, 2008 |
| Replies: 6 Views: 1,393 it show only in the error area
50 |
Forum: ColdFusion Dec 12th, 2008 |
| Replies: 6 Views: 1,393 nothing else it just this message and when i checked the db i found around 2500 records transfer from the 7000.
Thank you |
Forum: ColdFusion Dec 12th, 2008 |
| Replies: 3 Views: 1,266 thanks that solved the problem |
Forum: ColdFusion Dec 12th, 2008 |
| Replies: 6 Views: 1,393 Hello every body,
i have a table has username and encrypted password, and i want to write it in different table and i want to decrypt the password filed
and i am using this code
I am selection... |
Forum: ColdFusion Dec 3rd, 2008 |
| Replies: 3 Views: 1,266 i will try what u told me
Thank you, |
Forum: ColdFusion Dec 3rd, 2008 |
| Replies: 3 Views: 1,266 Im trying to get the ip address for our company customer and save it in the DB just for statical thing. |
Forum: ColdFusion Dec 2nd, 2008 |
| Replies: 3 Views: 4,948 my friend you can do that through your database query
where variable name like "" |
Forum: ColdFusion Dec 1st, 2008 |
| Replies: 4 Views: 940 look my friend, i don't know how is your login table related to your database but i think you can play with session.userid
ether by putting if statement before you output the query or by having the... |
Forum: ColdFusion Dec 1st, 2008 |
| Replies: 4 Views: 940 look for the duplicates just make you query output like this
<cfoutput query="user_completed" group="program_id" maxrow="1"> |
Forum: ColdFusion Dec 1st, 2008 |
| Replies: 2 Views: 821 can you explane more about your problem, so we can help you |
Forum: ColdFusion Nov 24th, 2008 |
| Replies: 0 Views: 1,846 i have multiple onchange in two different form and they are in different include files.
the thing is when i try to use the first onchange ...it works and it will change the session value but if i... |