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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating variables from strings

Status
Not open for further replies.

bentleykf

Programmer
Apr 29, 2002
59
0
0
AU
What i want to do is create a variable named after a string loaded in another variable. I know how to do this in Javascript, but i have no idea of how to do it in PHP.
 
*slaps head*
of course!!! sorry
parse_str() will do it for me
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top