Posted by Somedude on 05/15/05 16:36
Hi all,
I am trying to reload a stored print_r() dump back into a usable array
but seem to be missing something.
// the retrieved array as stored in the database directly from print_r()
$db_result = 'Array ( [user] => somedude [script] => genPass.php )';
How on earth do I make this into a usable array again where I can call
$arr['user'] or something similar ?!?
Thanks a lot IA,
SomeDude.
Navigation:
[Reply to this message]
|