I want to do this:
<? if ( $arse_squad_rs->Fields("match_sub_off") == 1 ) { echo " <i>(sub off <?=($arse_squad_rs->Fields("player_time_off"))?>)</i>"; } ?>
How can I get it to display the text in the field player_time_off
Read the section of the manual that explains how variables are expanded in double-quoted strings.
http://us4.php.net/manual/en/language.types.string.php