this may sound stupid, but...
I am wondering if there is a simple way to set an array to seperate variable names? for example:
$inputarray[0] = "name=joe"
$inputarray[1] = "s=q73"
$inputarray[2] = "third=at noon"
what I am looking for in the end is:
$name=joe
$s=q73
$thir=at noon
if this makes sense?