I am getting an array of records from an asp.net webservice and wanting to display them in a dynamically created html table in the php page. I am new to php and not sure how to get the values from the array. I get an "invalid argument error in for each" error message. If I run the program and inspect the $res, I can see all the records in the TMemberListRec. I tried to use TMemberListRec in the for each to access them, but still get...