Topic awaiting preservation: regex help |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 05-30-2004 18:18
Greets! |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 05-30-2004 18:23
php->unserialize |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 05-30-2004 23:57 |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 05-31-2004 06:40
$row['touserarray'] = "a:4:{i:2;s:12:"Bill Smith";i:16;s:15:"John Doe";i:77;s:10:"Jack Jones";i:27;s:10:"Ed Johnson";}"; |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 05-31-2004 09:57
well... I'm not sure, those might be the keys, code: foreach($trousers as $aKey => $value) |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 05-31-2004 22:34 |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 06-01-2004 09:55
you could also have used php->var_dump on it to see everything in that array. |