Hi Redcourse,
Thank you so much for your answer. However, it still appears to be working incorrectly. I used your code and the same thing appears:
[php]<?php if ($row_rsResortList[‘LearnToSkiProgram01’] == 0) {
echo “”;
} elseif ($row_rsResortList[‘LearnToSkiProgram01’] == 1) {
echo “RECONNECT Package{$row_rsResortList[‘LearnToSkiProgram01’]}”;
}
?>[/php]
I apologize for not knowing how to reply to my previous post. NEWBIE.