ok here is the problem.. im trying to create a php script that parses some
info throws it into a database.. simple enough.
now the program im getting the info from stores stuff in a flat file like so

$VictimNumber1 = "nickhere";
$VictimNamenickhere = 2;

now what i want to do is to do something like this
$victimname['$victimenumber1']  so it would return $victimnamenickhere

is this at all possible ??
oh yes if you cant tell already i am a newbie ;D





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to