Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums

12 Posted Topics

Member Avatar for hhamdan

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. 2-then i went to the sql server and import this sheet …

0
112
Member Avatar for kaden712
Member Avatar for Liszt

just search for an ftp software, the are many of them and the are free then you access the server through the user-name and password which you already has it.

Member Avatar for Fungus1487
0
120
Member Avatar for hhamdan

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 please

Member Avatar for buddylee17
0
116
Member Avatar for freshfitz

look my friend i had the same problem and i solved using this kind of encryption [code=coldfusion]<cfparam name="Request.PasswordKey" default="keyyyyyyyyyyyyyy"> <cfset Encrypted = Encrypt(form.number, Request.PasswordKey)> <cfquery datasource="db"> Insert Into table (field1, field2, ,field3) Values (<cfqueryparam value="#form.na#">, <cfqueryparam value="#Encrypted#">) </cfquery> and when you want to decrypt the date use <cfset decrypt = …

Member Avatar for buddylee17
0
687
Member Avatar for nosferatu72

I had this problem with many computers and the only solutions is to do recovery from the windows cd or re install the windows from different windows xp copy. Thanks

Member Avatar for caperjack
0
211
Member Avatar for hhamdan

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 [B]I am selection the data from the login table[/B] [ICODE]<cfquery name="dec" datasource="ds"> select * from …

Member Avatar for arrgh
0
142
Member Avatar for hhamdan

Im trying to get the ip address for our company customer and save it in the DB just for statical thing.

Member Avatar for hhamdan
0
144
Member Avatar for hxixm
Member Avatar for dodo123456
0
79
Member Avatar for mmonclair

look for the duplicates just make you query output like this <cfoutput query="user_completed" group="program_id" [B]maxrow="1">[/B]

Member Avatar for mmonclair
0
169
Member Avatar for DaniVee
Member Avatar for hhamdan
0
123
Member Avatar for hhamdan

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 start with second onchange it will not work and it says the …

0
97

The End.