Posted: Wed Mar 10, 2004 10:00 pm
brookside, if you're seeing plain php code in your html output then you have quotes problems.
E.g echo 'while ($foo){ echo $something; }'; will just output the php code in plain text. So double check where you are echoing and putting 'stuff'.
E.g echo 'while ($foo){ echo $something; }'; will just output the php code in plain text. So double check where you are echoing and putting 'stuff'.