php-windows | 2001051
Date: 05/09/01
- Next message: Cynic: "Re: [PHP-WIN] Need someone with some experience"
- Previous message: Phil Driscoll: "Re: [PHP-WIN] Win2K IIS 5 CGI Behavior Error on simple page."
- Next in thread: Cynic: "Re: [PHP-WIN] Need someone with some experience"
- Maybe reply: Cynic: "Re: [PHP-WIN] Need someone with some experience"
- Reply: Bob Hall: "Re: [PHP-WIN] Need someone with some experience"
- Reply: Joe Brown: "Re: [PHP-WIN] Need someone with some experience"
- Reply: Tom Mathews: "Re: [PHP-WIN] Need someone with some experience"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm about to create a piece of a project which which will be used to check
for errors in data entry. Every 500 records entered will prompt the user to
check their work. I have all of the triggers set up already. The database
is all Oracle, PHP 4.0.4 (1381 build). What I would like to do is display
all of the 500 records (no problem) and (here's where I could use some
advice) highlight any records with a duplicate value in one particular
field.
Should I load all of the data into an array? Should I skim through all the
records, take notes, reset, and then run through them again? Should I run a
separate statement which searches for dupes and then match them against the
whole body of records?
I don't want code, just a voice of experience which could start me off
right.
Thanks,
John
---------------------
John Asendorf - jasendorf <email protected>
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY!
Licking County, Ohio, USA
740-349-3631
Aliquando et insanire iucundum est
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-windows-unsubscribe <email protected> For additional commands, e-mail: php-windows-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Cynic: "Re: [PHP-WIN] Need someone with some experience"
- Previous message: Phil Driscoll: "Re: [PHP-WIN] Win2K IIS 5 CGI Behavior Error on simple page."
- Next in thread: Cynic: "Re: [PHP-WIN] Need someone with some experience"
- Maybe reply: Cynic: "Re: [PHP-WIN] Need someone with some experience"
- Reply: Bob Hall: "Re: [PHP-WIN] Need someone with some experience"
- Reply: Joe Brown: "Re: [PHP-WIN] Need someone with some experience"
- Reply: Tom Mathews: "Re: [PHP-WIN] Need someone with some experience"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

