Feb 22, 2006 14:39
..I figured it out. At last.
Or at least I think I did.. I can't find anyone to confirm this, not even a DBA (those I know)
Apparently in PHP using MySQL, if you lock a table for a transaction and then do a logical unlock, you must disconnect before doing a server-side redirection.
Always remember that. Lock, transact, "unlock", disconnect and then redirect. Then all will go well and your children will call you "blessed".
Phil
database,
php,
web application,
web,
mysql