Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Spliting a variable into two

Status
Not open for further replies.
Feb 16, 2003
87
GB
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
 
Yippeee - I've done this now - thanks all!

Not posting code due to fear of embarrasment!


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top