simonpearce
ISP
Here we go again (I'm learning *so* much today!)
I want to split a variable into two eg:
$variable = "name=value"
and I would like
$name = "name"
$value = "value"
I imagine I would need to use the split function but how!?
Simon
I want to split a variable into two eg:
$variable = "name=value"
and I would like
$name = "name"
$value = "value"
I imagine I would need to use the split function but how!?
Simon