PHP: Array acting strangely in foreach
Hi, I have a class that is query data via a SOAP client. the results of the query are returned as an array of objects. Something strange is happening. I'm not sure if it only occurs when there is one element in the array. Here is the code: function getNotes($ticketid){ $ticketid = $this->ms_escape_string($ticketid); $conn ...