Jump to content

Getting a variable


cliftonbazaar

Recommended Posts

The following code doesn't give back the data I want

 

$playerArray.$match['activePlayer'][26]

 

So what this means is that if player 3 is active then the data I want is $playerArray3[26].

 

I have also tried

{$playerArray.$match['activePlayer']}[26]

and

${$playerArray.$match['activePlayer']}[26]

 

but I can't get it right  :'(

Link to comment
https://forums.phpfreaks.com/topic/188669-getting-a-variable/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.