aRo` automating your e-commerce

31May/07
This blog has been neglected due to the success of Solidshops.com

how to generate php variables on the fly

this is a prette neat trick:

$variable_name = “varname”;
${$variable_name} = “this is the value”;
echo $varname;

Popularity: 1% [?]

Filed under: php Leave a comment
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment

(required)

No trackbacks yet.