From Spectre@21:3/101 to Everybody on Saturday, May 23, 2020 14:15:00
Artnoon all,
I have what might seem like a strange question, but is,
$data = $MAX;
valid in PHP? The value doesn't seem to make it across. MAX is nominally the highest record in the database, I don't know a way to get SQL to report what that might be. So I set the variable in the top of the PHP script. If I can't
make it work, I have to modify the same number in multiple locations every DB update.