Now you're making me feel guilty. OK,OK. Here's what I'm going to do -- put it on the list of clean up items for the site - it's working now, but need to come back to it. I'm back to php for the moment and trying to trouble shoot a SQL error for the lost PW script. I am a big believer in doing things right, so I want to get that right as well, just have to digest it a little further.
As far as the "shortcut" in coding for this:
Code:
anyerrors=(!ok ? true : anyerrors);
is that the same as?:
Code:
if (anyerrors !=OK){anyerrors=true;}
Btw, John-Marc, do you work for yourself right now? Just curious...