Parse error: syntax error, unexpected T_STRING, expecting ']' in /home/allofus/public_html/shows/all/index.php on line 17
I have
webadress/index.php?host=britishnproud
I want to echo the word 'britishnproud so that 'britishnproud_show_title' is echo'd from $txt on a separate file.
I know this is possible, but I have tried many variations with no luck,
any ideas please?
Code:
<?php echo $txt['<?php ($_GET['host']);?>_show_title']; ?>
I have
webadress/index.php?host=britishnproud
I want to echo the word 'britishnproud so that 'britishnproud_show_title' is echo'd from $txt on a separate file.
I know this is possible, but I have tried many variations with no luck,
any ideas please?