|
| |
|
|
mfalk
Posts: 330 From: Centereach,NY Status: offline
|
convert credit card numbers to *** - 5/15/2003 16:02:56
Does anyone know how to make it so on certain pages, i can make credit card numbers appear as ***********1234? just the last four digits show, but the rest are *? id want the person processing the cards to see the number, but noone else. thanks in advance. Mark
|
|
|
|
mjmtravel
Posts: 189 Joined: 7/30/2006 Status: offline
|
RE: convert credit card numbers to *** - 2/6/2008 20:25:35
What about doing the same thing when your updating a database and showing results on another page? <input NAME="CCNumber" SIZE="40" VALUE="<%=FP_FieldHTML(fp_rs,"CCNumber")%>" tabindex="23"></td> Can you replace this <%=FP_FieldHTML(fp_rs,"CCNumber")%>" with this somehow. <%=" **********-" &Right(INPUT,4)%>
|
|
|
|
mjmtravel
Posts: 189 Joined: 7/30/2006 Status: offline
|
RE: convert credit card numbers to *** - 2/7/2008 17:21:46
I realize that and none of the numbers will be stored in the database for more than 2 hours. The site will have ssl certificate and a database that is password protected and encrypted. Now for the question at hand. Can this be done?
|
|
|
|
mjmtravel
Posts: 189 Joined: 7/30/2006 Status: offline
|
RE: convert credit card numbers to *** - 2/10/2008 18:16:07
Thank you, that works beautifully.
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|