Skip to content

Instantly share code, notes, and snippets.

View PorridgeBear's full-sized avatar

Allistair PorridgeBear

View GitHub Profile
### Keybase proof
I hereby claim:
* I am porridgebear on github.
* I am allistair (https://keybase.io/allistair) on keybase.
* I have a public key ASAXJc5AIaq3iQA97TX7XfUJJ7P8TAecDCx4fQtCblE3dgo
To claim this, I am signing this object:
<complexType name="GenericResult">
<sequence>
<element name="errorDetail" nillable="true" type="xsd:string"/>
</sequence>
</complexType>
<complexType name="SpecificResult">
<complexContent>
<extension base="GenericResult">
<sequence>
$rows = array();
while (($data = fgetcsv($handle, 1000, ",")) !== FALSE)
{
$rows[] = $data;
}
fclose($handle);
for ($i = 1; $i < count($rows); $i += 2)
{