Gossamer Forum
Home : Products : Others : MySQLMan :

Purposefully ignoring data entered, Mach 2

Quote Reply
Purposefully ignoring data entered, Mach 2
Error posting that last one, sorry. Does anyone know of a way to have the mysql database ignore or self-delete entries based upon a fixed criteria? My crisis is thus: We have a form which people use to request a catalog, and all data is written into the database. There is one particular country, however, that is requesting way too many, and we believe they are up to no good. Unfortunately, this group is in this one country, so we have to ban the whole country. Sad. Anyhoo, I don't want the form to let them know we are on to them - I just want the database to ignore them. It's all very James Bond. Any hints? Thanks much.
Quote Reply
Re: [horstuff] Purposefully ignoring data entered, Mach 2 In reply to
You could always use the 'delete' or 'edit' options to the right of your last post, rather than making a new one Wink

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [horstuff] Purposefully ignoring data entered, Mach 2 In reply to
You can't really do that. You'd need to run a query to delete all records from that country.