Answers for "php heredoc variable substitution"

PHP
0

php heredoc variable substitution

echo <<<EX
    <p>Game: {$data['game_name']}<br/>
    the owner of the game is {$data['game_owner']}
    </p>
EX;
Posted by: Guest on March-13-2020

Browse Popular Code Answers by Language