Beginner PHP problem continued

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.

The OP fixed this problem - Other thread

Sponsor our Newsletter | Privacy Policy | Terms of Service