{$thisname} should be converted to <?php echo $thisname; ?> [closed]

Bhaskar

New Member
\[code\]{$thisname}\[/code\] should be converted to \[code\]<?php echo $thisname; ?>\[/code\].\[code\]{thisname}\[/code\] should be converted to \[code\]<?php echo $thisname; ?>\[/code\].\[code\]{$this.movie.games}\[/code\] && \[code\]{$this.new}\[/code\] should be converted respectively to \[code\]<?php echo $this["movie"]["games"]; ?>\[/code\] and \[code\]<?php echo $this["new"]; ?>\[/code\].
 
Top