ahh 🙁
i was wondering what you mean about not indenting because i do. I did notice some files had some boxes within the code, i'm not sure why it did that because my non-zipped files don't have it. Maybe editing files within a zip was a bad idea...
also i don't understand what you mean about this:
code like this are redundant, if u had plan your column name wisely, u just need to extract($row) and u have the variables values.
are you saying just do something like this:
echo "blah is".$row['field_name']."<br>";
instead of
$field_name = $row['field_name'];
echo "blah is $field_name";
i didn't realize i had 2 global files.. but all of the seem to refer to just one. oopsy.
i agree that the field and tables names might be too long. I couldn't think of a shorter scheme that made sense to me. so i just left it as is....
Thanks for the input, even though its not great .... 🙁