View Single Post
  #1  
Old 06-26-2007, 06:03 PM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
makevar with array?

This won't work:
PHP Code:
makevar("this.something[0]") = "just testing";
echo(
this.something[0]); 
I could do:
PHP Code:
makevar("this.something")[0
but what I really want to do is this:

PHP Code:
makevar("this.something[0].whatever") = "just testing"
Is there any way to get makevar to work with arrays like this?

Thanks.
__________________

Coming soon (Hopefully:P)
Reply With Quote