I'm basically doing a select * in mysql and trying to put all the data in the table into an array using PHP but not having much luck. It seems that the first row of the table is correctly placed into ...
Right after making that post I continued reading up on SQL, learned about JOIN, and realized I can skip this entirely by modifying my SELECT statement.<BR><BR>I'm still interested to learn if there is ...