Im having this bizarre problem using PHP on my local machine for some reason or another the variables will not work for instance
$variable = "name";
echo $variable;
produces a blank page. Ive installed php and apache several time on several machines but have never encountered this any help would be greatly appreciated. Thanks