Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
credit-card
- Page 1
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
2 Weeks Ago
by graceweb
It’s amazing how just a few strategic changes can turn a struggling funnel into a success story. The emphasis on trust signals and emotional storytelling really resonates—those elements create a connection that can be the deciding factor for prospects. Thanks for highlighting those key takeaways! It’s a good reminder that sometimes it’s not …
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
1 Month Ago
by asadkhan12
Your post perfectly highlights the power of behavioral psychology in funnel optimization! The results speak for themselves—small yet strategic psychological tweaks can make a massive impact on conversions. Trust signals, emotional storytelling, and cognitive ease are often overlooked but make all the difference. The way you broke down each …
Identifying type of credit card
Programming
Software Development
12 Years Ago
by Jenniferting
…, this here is the code thats identify either a
credit
card
valid or not by applying the Luhn's Algorithm. … identify the type of
credit
card
after the user has inputted the
credit
card
number. The type of
credit
card
can be identified by …using the example from above like every
credit
card
number for Visa starts with a 4. I suppose…
Credit Card Validation
Programming
Software Development
13 Years Ago
by kiail
…(number)) { Console.WriteLine("{0} is a valid
credit
card
", number); } else { Console.WriteLine("{0}… is not a valid
credit
card
", number); } }// end Main /*return true if #…
credit card numbber
Programming
Software Development
12 Years Ago
by wids101
… (sum % 10 == 0); } void valid(){ cout << "The
credit
card
number is VALID !"; } void invalid(){ cout << "…;The
credit
card
number is INVALID !"; } int main(){ system("cls"…
Re: Credit Card Validation
Programming
Software Development
13 Years Ago
by hericles
How long are the
credit
card
numbers you are using? In your getPrefix method you are dividing the
credit
card
number by 100000000000000 (16 digits) so
credit
card
numbers with 15 or less digits never pass your check of is p > 4. The number I tested was 15 digits and p = 0.37144.
Re: Credit Card Validation
Programming
Software Development
13 Years Ago
by kiail
…number)) { Console.WriteLine("{0} is a valid
credit
card
", number); } else { Console.WriteLine("{0… static string getNumber(long number) { Console.Write("Enter
credit
card
number: "); number = Convert.ToInt64(Console.ReadLine()); }…
Re: Credit Card Validation
Programming
Software Development
13 Years Ago
by kiail
…{ Console.WriteLine("{0} is a valid
credit
card
", number); } else { Console.WriteLine("…static string getNumber(long number) { { Console.Write("Enter
credit
card
number: "); number = Convert.ToInt64(Console.ReadLine()); }…
Re: credit card validate
Programming
Web Development
19 Years Ago
by chrisbliss18
… to an audit by the
credit
card
companies, you do not want to store any
credit
card
info on your server. There…a secure payment system for your customers since all the
credit
card
security is handled by the payment gateway. The second… you are not storing any of the purchaser's
credit
card
information and provide a SSL connection for the form…
Re: credit card validate
Programming
Web Development
19 Years Ago
by aarya
… to an audit by the
credit
card
companies, you do not want to store any
credit
card
info on your server. There…a secure payment system for your customers since all the
credit
card
security is handled by the payment gateway. The second… you are not storing any of the purchaser's
credit
card
information and provide a SSL connection for the form…
Credit Card Gen
Programming
Software Development
14 Years Ago
by daviddan2010
…security code generator to illegally use these generated
card
numbers any ways. and im pretty sure that…researched the anatomy of a
credit
card
a little. This program will generate sudo random
credit
card
numbers for Master, Discover… has generated a valid
card
number based on
card
prefix to
card
issuer,
card
lenth to
card
issuer, and Luhn check…
Re: Credit card validation
Programming
Web Development
16 Years Ago
by ryy705
…the reply. However, the tutorial doesn't really validate the
credit
card
. I could just follow the algorithm and make up my… own
credit
card
number. How can I verify that its an authentic
credit
card
number and it belongs to…filling the form(how can I match name on the
credit
card
and the name saved in the database)? There has to…
credit card validation with date, cvv??
Programming
Web Development
15 Years Ago
by Aamit
Hi, i am trying to validate
credit
card
. I want to validate
credit
card
1> name on
card
2>
card
number 3>
card
type (visa,mastercard... etc) 4> cvv 5> expiry date I seared on google but most of links gives information to validate
card
according to number. How to do this? any sample link how to do this? or script ?
Re: credit card numbber
Programming
Software Development
12 Years Ago
by VernonDozier
… to read in data from the file into a
card
type and
card
number. How best to do that will depend on… not use the ct variable anywhere. You read in the
credit
card
type from the user, but then you never do anything… read in (the ct variable), but instead set up a
card
variable and assume the
card
is a Visa.
Re: Credit card validation
Programming
Web Development
15 Years Ago
by VENKAT.RAM
hi... its venkat here. i'm unable to create a
CREDIT
CARD
VALIDATOR in an asp.net web application which i am …i.e. detail steps to add the .dll file of
CREDIT
CARD
VALIDATOR to my web application on asp.net. 2. steps… and code to create the
CREDIT
CARD
VALIDATOR then n there in the application itself. please do…
Re: Credit card validation
Programming
Web Development
15 Years Ago
by Wraithmanilian
…]hi... its venkat here. i'm unable to create a
CREDIT
CARD
VALIDATOR in an asp.net web application which i am…i.e. detail steps to add the .dll file of
CREDIT
CARD
VALIDATOR to my web application on asp.net. 2. steps… and code to create the
CREDIT
CARD
VALIDATOR then n there in the application itself. please do…
Re: credit card validation with date, cvv??
Programming
Web Development
15 Years Ago
by mschroeder
You could verify the
credit
card
number using the Luhn Algorithm. [url]http://en.wikipedia.org/… that describe the particulars of most major
card
providers in terms of length of
card
number, general acceptable ranges, as well as…
Re: credit card validation with date, cvv??
Programming
Web Development
15 Years Ago
by Aamit
Hi, can you explain it to me. How verified these details with paypal but [COLOR="Red"]not the payment transfer...[/COLOR] Only
credit
card
verification with above inputs??
credit card validate
Programming
Web Development
19 Years Ago
by aarya
… i need the site such taht he can pay through
credit
card
visa ext. how i have to proceed . how to validate… the
credit
card
information. i need this in php. can anyone give me…
Credit card validation
Programming
Web Development
16 Years Ago
by ryy705
Hello, Is there a way to verify the validity of a
credit
card
when user submits in his/her
credit
card
number? Many thanks in advance.
credit card parallel payment
Programming
Web Development
10 Years Ago
by renukapriya
I am php developer, my site have many sellers sell their item. When buyer going to purchase their item then buyer pay the amount to all multi seller using
credit
card
details via paypal , i need the php script to implement the
credit
card
parallel payment via paypal . help me..
Re: Credit card validation
Programming
Web Development
16 Years Ago
by Ole Raptor
with the cc needing to validate
card
name to number i cant think of anything except a
credit
card
processing system. but you can… validate the name on
card
to site user if they…
Re: credit card validate
Programming
Web Development
19 Years Ago
by aarya
…) server and get process/ i have doubt after entering the
credit
card
ifo and got varified by payapall all his article should…. my doubt is very simple after submiting the article the
credit
car should vaildate then after payemnt all the article should…
Re: credit card validate
Programming
Web Development
19 Years Ago
by aarya
…) server and get process/ i have doubt after entering the
credit
card
ifo and got varified by payapall all his article should…. my doubt is very simple after submiting the article the
credit
car should vaildate then after payemnt all the article should…
Re: credit card transaction
Digital Media
Digital Marketing
17 Years Ago
by shovels
… worthwile, just that I have been informed that to process
credit
card
numbers on your own site you have to have an… to have an audit as the PSP is processing the
credit
card
number for you. With Protx you still need a merchant…
Re: credit card validation
Programming
Web Development
17 Years Ago
by pushkar_it
… you well there is lot of way to validate CC(
Credit
Card
) Here i m giving full solution example for the same….net using vb.net.in this,i want to use
credit
card
for the payment of reservation of tickets .tell me how…
Credit Card Acceptence
Programming
Web Development
15 Years Ago
by sacarias40
Hello, it has come time for me to be able to accept a
credit
card
/multiple
credit
cards on a website. I ask you guys to guide me in the correct direction to doing this. I do not want to use pay pal or a payment gateway. Thank you, much regard!
Credit Card Digits
Programming
Software Development
15 Years Ago
by dragonlvr4evr
… determine the check digit of a
credit
card
. The user enters the
card
no. as a string. The
card
no is then divided into…
Re: Credit Card Digits
Programming
Software Development
15 Years Ago
by WaltP
… determine the check digit of a
credit
card
. The user enters the
card
no. as a string. The
card
no is then divided into…
credit card payment??
Programming
Web Development
13 Years Ago
by IWDesigns
… right place, ive been offered to write somethin to allow
credit
card
payments on a website, but ive never worked with cc… but i think theres a lot more to it for
credit
cards?? if anyone has any experience in this field some…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC