If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > Dupicates

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-18-11, 05:09
wungexh wungexh is offline
Registered User
 
Join Date: Nov 2011
Posts: 19
Dupicates

I seem to be getting duplicates into my databases. I do not know why. Perhaps if someone hit the back button they enter a set of values twice. How could I stop this happening... to detect if the back button is been hit.
Reply With Quote
  #2 (permalink)  
Old 11-18-11, 05:56
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,262
proper design of the database, including defining appropriate indexes should stop that. unlike a traditional computer system you have absolutely no way of controlling what a user does or doesn't. so you need to beef up your data model to ensure bad data cannot enter the system AND imnprove your fron t end to reduce the possibility of a user inadvertantly breaking your system
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On