[PHP-DB] Table locking to prevent duplicate inserts?

2003-10-10 Thread Mayo, Chuck
Hi all, I'm working through an issue that I'm sure everyone else has already figured out, how to lock a table during a series of INSERTS to prevent duplicate entries: The scenario is this: OS Solaris 8 PHP 4.2.3 MySQL 3.23.53 Table type: MyISAM 1) A user submits a form containing about

RE: [PHP-DB] argh! still not able to get my variables

2003-10-10 Thread Mayo, Chuck
Shiloh, I'm kind of a latecomer here, but on my system, this works: ? if(isset($county_id)) { print pCOUNTY ID: $county_idbr\n; } else { } print No County IDbr\n; ? p a href=?= $PHP_SELF ??county_id=1708917089/abr a href=?= $PHP_SELF ??county_id=99/a Can't think why you

[PHP-DB] Table locking to prevent duplicate inserts?

2003-10-20 Thread Mayo, Chuck
Hi all, Hope you'll forgive the duplicate post but the list seems to be hopping today (unlike the friday afternoon I sent the original query)... since everyone seems to be awake today I thought I'd try it again: --- I'm working through an issue that I'm sure everyone else has

RE: [PHP-DB] Table locking to prevent duplicate inserts?

2003-10-21 Thread Mayo, Chuck
and will incorporate your suggestions into my work in the future. Chuck -Original Message- From: John W. Holmes [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 11:32 AM To: Mayo, Chuck Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Table locking to prevent duplicate inserts